aboutsummaryrefslogtreecommitdiffstats
path: root/community/asterisk-chan-dongle/fix-autodisc.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-12-21 16:40:40 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-12-21 16:40:40 +0200
commit837c58784f9717a3640a70f68bc001ea16d5ca4a (patch)
tree3255ab82ae51c713dc204ffe5c9d377bd26cba46 /community/asterisk-chan-dongle/fix-autodisc.patch
parentc49e67b06aeba81a5c9154bf9e41b793d9e6608e (diff)
downloadaports-837c58784f9717a3640a70f68bc001ea16d5ca4a.tar.bz2
aports-837c58784f9717a3640a70f68bc001ea16d5ca4a.tar.xz
community/asterisk-chan-dongle: moved from testing
Diffstat (limited to 'community/asterisk-chan-dongle/fix-autodisc.patch')
-rw-r--r--community/asterisk-chan-dongle/fix-autodisc.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/asterisk-chan-dongle/fix-autodisc.patch b/community/asterisk-chan-dongle/fix-autodisc.patch
new file mode 100644
index 0000000000..58dd7514bf
--- /dev/null
+++ b/community/asterisk-chan-dongle/fix-autodisc.patch
@@ -0,0 +1,11 @@
+--- asterisk-chan-dongle-e3bce3c1d43cec1e4f8e548b4d3880e289747b24.orig/pdiscovery.c
++++ asterisk-chan-dongle-e3bce3c1d43cec1e4f8e548b4d3880e289747b24/pdiscovery.c
+@@ -466,7 +466,7 @@
+ case STATE_CR1:
+ if(*str == '\n')
+ state++;
+- else
++ else if(*str != '\r')
+ state = STATE_BEGIN;
+ break;
+ case STATE_LF1: