[svn-commits] mmichelson: branch 1.6.1 r151441 - in /branches/1.6.1: ./ channels/chan_sip.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Oct 21 18:31:46 CDT 2008


Author: mmichelson
Date: Tue Oct 21 18:31:45 2008
New Revision: 151441

URL: http://svn.digium.com/view/asterisk?view=rev&rev=151441
Log:
Merged revisions 151439 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
r151439 | mmichelson | 2008-10-21 18:31:17 -0500 (Tue, 21 Oct 2008) | 3 lines

Get this compiling in dev-mode


........

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/channels/chan_sip.c

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/channels/chan_sip.c?view=diff&rev=151441&r1=151440&r2=151441
==============================================================================
--- branches/1.6.1/channels/chan_sip.c (original)
+++ branches/1.6.1/channels/chan_sip.c Tue Oct 21 18:31:45 2008
@@ -21247,7 +21247,7 @@
 		char *params;
 
 		ast_copy_string(_srvlookup, srvlookup, sizeof(_srvlookup));
-		if (params = strchr(_srvlookup, ';')) {
+		if ((params = strchr(_srvlookup, ';'))) {
 			*params++ = '\0';
 		}
 		




More information about the svn-commits mailing list