mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Updated the disable ca updates patch.
This commit is contained in:
parent
b3b06e569f
commit
626d0402c2
@ -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) {
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user