summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorschmirl <schmirl>2008-10-31 12:20:06 +0000
committerschmirl <schmirl>2008-10-31 12:20:06 +0000
commit6c620ea7564265da06fc87819996f2cfdb4271be (patch)
tree5326f63b722b0a827c014828ec84e42ea8ea03cc /HISTORY
parent4d4f39f8cd96705793f0d247667a1af67d75c653 (diff)
downloadvdr-plugin-streamdev-6c620ea7564265da06fc87819996f2cfdb4271be.tar.gz
vdr-plugin-streamdev-6c620ea7564265da06fc87819996f2cfdb4271be.tar.bz2
- fixed null pointer in server.c when cConnection::Accept() failes
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index e46880a..e370ab4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,7 @@
eDR Plugin 'streamdev' Revision History
---------------------------------------
+- fixed null pointer in server.c when cConnection::Accept() failes
- consider Pids from channels.conf when HTTP TS streaming. Section filtering
is an optional feature for VDR devices, so we must not rely on the PMT
alone (pointed out by wirbel@vdrportal)