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:
Russell Bryant 2006-01-02 23:52:33 +00:00
parent 8a64cc5f46
commit 9b8b2c79c6
1 changed files with 1 additions and 1 deletions

View File

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