mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-03 21:46:35 -07:00
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: https://origsvn.digium.com/svn/asterisk/trunk@242227 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
+1
-1
@@ -2379,7 +2379,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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user