Initialize notify_types to NULL

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@242226 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Olle Johansson 16 years ago
parent 8760ab77f9
commit abc434d772

@ -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

Loading…
Cancel
Save