aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-25 02:27:08 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-25 02:27:08 +0000
commitec7e9496d56bb2e18a0246f5c590f102a650c1c3 (patch)
treeb4adaa31a0901eddcb0a31a80c1f8d4c83ef28c7 /channels
parentf2c0963af6cc28285969b820dd1b1e669e981885 (diff)
file says... build on the builders.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@94769 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 c33c747b4..b943d9b81 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -2487,7 +2487,7 @@ static void update_peer(struct sip_peer *p, int expiry)
static struct sip_peer *realtime_peer(const char *newpeername, struct sockaddr_in *sin)
{
struct sip_peer *peer=NULL;
- struct ast_variable *var;
+ struct ast_variable *var = NULL;
struct ast_config *peerlist = NULL;
struct ast_variable *tmp;
struct ast_flags flags = {0};