summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorschmirl <schmirl>2008-10-31 12:19:57 +0000
committerschmirl <schmirl>2008-10-31 12:19:57 +0000
commit459e41e810cf02e3884d13ee30e773d1400d31ab (patch)
tree7b5d63d3f189ec58df117b9e559dfce37ca2b1c7 /HISTORY
parent7184adef839d442612d10d46611bfd4042ac30e3 (diff)
downloadvdr-plugin-streamdev-459e41e810cf02e3884d13ee30e773d1400d31ab.tar.gz
vdr-plugin-streamdev-459e41e810cf02e3884d13ee30e773d1400d31ab.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 1d82ec6..a7881d0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,7 @@
VDR 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)