Picky, picky, buildbot
authorTilghman Lesher <tilghman@meg.abyt.es>
Fri, 1 Aug 2008 17:09:50 +0000 (17:09 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Fri, 1 Aug 2008 17:09:50 +0000 (17:09 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@135128 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 7ca6233..c639d18 100644 (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;