mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-05 22:32:32 -07:00
initialize sip_auth list
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7725 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
+1
-1
@@ -881,7 +881,7 @@ static struct ast_ha *localaddr;
|
||||
/* The list of manual NOTIFY types we know how to send */
|
||||
struct ast_config *notify_types;
|
||||
|
||||
static struct sip_auth *authl; /*!< Authentication list */
|
||||
static struct sip_auth *authl = NULL; /*!< Authentication list */
|
||||
|
||||
|
||||
static int transmit_response(struct sip_pvt *p, char *msg, struct sip_request *req);
|
||||
|
||||
Reference in New Issue
Block a user