Picky, picky, buildbot

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@135128 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher 2008-08-01 17:09:50 +00:00
parent 6cb6583475
commit 62db05502f
1 changed files with 1 additions and 1 deletions

View File

@ -20112,7 +20112,7 @@ static struct ast_channel *sip_request_call(const char *type, int format, void *
{
struct sip_pvt *p;
struct ast_channel *tmpc = NULL;
char *ext, *host;
char *ext = NULL, *host;
char tmp[256];
char *dest = data;
char *dnid;