[svn-commits] qwell: branch 1.4 r78416 - /branches/1.4/channels/chan_sip.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Aug 7 14:11:51 CDT 2007


Author: qwell
Date: Tue Aug  7 14:11:50 2007
New Revision: 78416

URL: http://svn.digium.com/view/asterisk?view=rev&rev=78416
Log:
Allow chan_sip to build in devmode

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=78416&r1=78415&r2=78416
==============================================================================
--- branches/1.4/channels/chan_sip.c (original)
+++ branches/1.4/channels/chan_sip.c Tue Aug  7 14:11:50 2007
@@ -2460,7 +2460,7 @@
 	struct ast_config *peerlist = NULL;
 	struct ast_variable *tmp;
 	struct ast_flags flags = {0};
-	const char *iabuf;
+	const char *iabuf = NULL;
 	char portstring[6]; /*up to five digits plus null terminator*/
 	const char *insecure; 
 	char *cat = NULL;




More information about the svn-commits mailing list