]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Initialize notify_types to NULL
authorOlle Johansson <oej@edvina.net>
Fri, 22 Jan 2010 09:19:30 +0000 (09:19 +0000)
committerOlle Johansson <oej@edvina.net>
Fri, 22 Jan 2010 09:19:30 +0000 (09:19 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@242226 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 1a4e7b7b60e68940e3ea17a2922abd4c34a1a0ba..6597ba88246c31420e18680bf30fb0e1db9118bb 100644 (file)
@@ -1267,7 +1267,7 @@ static struct sockaddr_in outboundproxyip;
 static int ourport;
 static struct sockaddr_in debugaddr;
 
-static struct ast_config *notify_types;                /*!< The list of manual NOTIFY types we know how to send */
+static struct ast_config *notify_types = NULL;         /*!< The list of manual NOTIFY types we know how to send */
 
 /*---------------------------- Forward declarations of functions in chan_sip.c */
 /*! \note This is added to help splitting up chan_sip.c into several files