aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-07 19:11:50 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-07 19:11:50 +0000
commite9b4c1bd94123c2fa9826b2c284ea2ed9bf9dff9 (patch)
treed042991c459e545102e242a59337ca531106fdac /channels
parent6a2971ae881864f31aae46a14e6a9f68c7cb0405 (diff)
Allow chan_sip to build in devmode
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@78416 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 67df790c1..82f1b324d 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -2460,7 +2460,7 @@ static struct sip_peer *realtime_peer(const char *newpeername, struct sockaddr_i
struct ast_config *peerlist = NULL;
struct ast_variable *tmp;
struct ast_flags flags = {0};
- const char *iabuf;
+ const char *iabuf = NULL;
char portstring[6]; /*up to five digits plus null terminator*/
const char *insecure;
char *cat = NULL;