file says... build on the builders.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@94769 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2007-12-25 02:27:08 +00:00
parent 540077b7b1
commit 25aef5fc44

View File

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