aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-22 09:19:30 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-22 09:19:30 +0000
commitceede057dfed9e8e701c4f295933d337eadffe64 (patch)
tree02b38d702eebfe912d7e80e7ccd835769d2c0353 /channels/chan_sip.c
parent62c789ae29927673e43ee953ccb4f2a970942b54 (diff)
Initialize notify_types to NULL
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@242226 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 1a4e7b7b6..6597ba882 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