[svn-commits] trunk - r7725 /trunk/channels/chan_sip.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Jan 2 17:52:36 CST 2006


Author: russell
Date: Mon Jan  2 17:52:33 2006
New Revision: 7725

URL: http://svn.digium.com/view/asterisk?rev=7725&view=rev
Log:
initialize sip_auth list

Modified:
    trunk/channels/chan_sip.c

Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?rev=7725&r1=7724&r2=7725&view=diff
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Mon Jan  2 17:52:33 2006
@@ -881,7 +881,7 @@
 /* The list of manual NOTIFY types we know how to send */
 struct ast_config *notify_types;
 
-static struct sip_auth *authl;          /*!< Authentication list */
+static struct sip_auth *authl = NULL;          /*!< Authentication list */
 
 
 static int transmit_response(struct sip_pvt *p, char *msg, struct sip_request *req);



More information about the svn-commits mailing list