From 84de3e7ec27cbda09e16e0c2a49e330862ac271f Mon Sep 17 00:00:00 2001 From: kpfleming Date: Wed, 19 Nov 2008 13:19:49 +0000 Subject: Merged revisions 157706 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r157706 | kpfleming | 2008-11-19 06:42:19 -0600 (Wed, 19 Nov 2008) | 5 lines make some corrections to the ast_agi_register_multiple(), ast_agi_unregister_multiple() and ast_agi_fdprintf() API calls to be consistent with API guidelines also, move UPGRADE.txt to UPGRADE-1.6.txt and make the new UPGRADE.txt contain information about upgrading between Asterisk 1.6 releases ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@157738 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/chan_sip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channels') diff --git a/channels/chan_sip.c b/channels/chan_sip.c index e7c5ebb04..a4cec6310 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -4487,7 +4487,7 @@ static int update_call_counter(struct sip_pvt *fup, int event) int outgoing = fup->outgoing_call; struct sip_user *u = NULL; struct sip_peer *p = NULL; - ast_mutex_t *pu_lock; + ast_mutex_t *pu_lock = NULL; ast_debug(3, "Updating call counter for %s call\n", outgoing ? "outgoing" : "incoming"); -- cgit v1.2.3