]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix
authorBrian West <brian@freeswitch.org>
Fri, 29 May 2009 00:14:34 +0000 (00:14 +0000)
committerBrian West <brian@freeswitch.org>
Fri, 29 May 2009 00:14:34 +0000 (00:14 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13498 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_cidlookup/mod_cidlookup.c

index 155730e5f9461c67cc6215bdc52c1652f1da9314..44ce3dec26bea0d94e94f35da15307fe3ec16f7f 100755 (executable)
@@ -255,7 +255,7 @@ static char *string_digitsonly(switch_memory_pool_t *pool, const char *str)
 
 static char *check_cache(switch_memory_pool_t *pool, const char *number) {
        char *cmd;
-       char *name;
+       char *name = NULL;
        switch_stream_handle_t stream = { 0 };
        
        SWITCH_STANDARD_STREAM(stream);