From: Olle Johansson Date: Fri, 22 Jan 2010 09:19:30 +0000 (+0000) Subject: Initialize notify_types to NULL X-Git-Tag: 1.4.30-rc2~5^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abc434d7729e2af74e699de8121f6a8256d99e32;p=thirdparty%2Fasterisk.git Initialize notify_types to NULL git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@242226 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 1a4e7b7b60..6597ba8824 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -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