Updated the disable ca updates patch.

This commit is contained in:
Rolf Ahrenberg 2012-03-31 20:43:10 +03:00
parent b3b06e569f
commit 626d0402c2
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
diff -Nru vdr-1.7.26-vanilla/pat.c vdr-1.7.26-disable_ca_updates/pat.c
--- vdr-1.7.26-vanilla/pat.c 2012-03-10 21:07:52.000000000 +0200
+++ vdr-1.7.26-disable_ca_updates/pat.c 2012-03-10 23:19:30.000000000 +0200
diff -Nru vdr-1.7.27-vanilla/pat.c vdr-1.7.27-disable_ca_updates/pat.c
--- vdr-1.7.27-vanilla/pat.c 2012-03-25 15:17:57.000000000 +0300
+++ vdr-1.7.27-disable_ca_updates/pat.c 2012-03-31 20:42:14.000000000 +0300
@@ -537,6 +537,7 @@
}
if (Setup.UpdateChannels >= 2) {

View File

@ -60,6 +60,7 @@ bool cIptvProtocolUdp::Close(void)
// Do NOT reset stream and source addresses
//streamAddr = strcpyrealloc(streamAddr, "");
//sourceAddr = strcpyrealloc(sourceAddr, "");
//streamPort = 0;
return true;
}