From 9b8b2c79c62f8f09057a29a0fbf0de4304ee2bce Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 2 Jan 2006 23:52:33 +0000 Subject: [PATCH] initialize sip_auth list git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7725 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 0cdbc4be07..99f4bcf315 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -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);