aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-22 09:54:20 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-22 09:54:20 +0000
commit7907430598849b2439ae019371b895c6c14a8cca (patch)
tree6b9ad227ee8c88e882fd7e7da5f4c20f5df22174 /channels
parent5315588da6d2a4bd8e8c0186a09e2efcd4b9b810 (diff)
Merged revisions 242227 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r242227 | oej | 2010-01-22 10:28:34 +0100 (Fre, 22 Jan 2010) | 11 lines Merged revisions 242226 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r242226 | oej | 2010-01-22 10:19:30 +0100 (Fre, 22 Jan 2010) | 3 lines Initialize notify_types to NULL ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@242234 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-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 6363e50b6..6f2435e10 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -2219,7 +2219,7 @@ static int ourport_tcp; /*!< The port used for TCP connections */
static int ourport_tls; /*!< The port used for TCP/TLS connections */
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 */
/*! some list management macros. */