- fixed null pointer in server.c when cConnection::Accept() failes

This commit is contained in:
schmirl
2008-10-31 12:20:06 +00:00
parent 4d4f39f8cd
commit 6c620ea756
2 changed files with 4 additions and 1 deletions

View File

@@ -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)