[asterisk-commits] tilghman: branch 1.4 r94763 - /branches/1.4/channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Dec 24 09:39:57 CST 2007
Author: tilghman
Date: Mon Dec 24 09:39:56 2007
New Revision: 94763
URL: http://svn.digium.com/view/asterisk?view=rev&rev=94763
Log:
Another bit of bad logic in realtime_peer
Reported by: dimas
Patch by: dimas
(Closes issue #11631)
Modified:
branches/1.4/channels/chan_sip.c
Modified: branches/1.4/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_sip.c?view=diff&rev=94763&r1=94762&r2=94763
==============================================================================
--- branches/1.4/channels/chan_sip.c (original)
+++ branches/1.4/channels/chan_sip.c Mon Dec 24 09:39:56 2007
@@ -2565,8 +2565,7 @@
}
}
}
- } else
- return NULL;
+ }
if (!var) {
if(peerlist)
More information about the asterisk-commits
mailing list