From: Rupa Schomaker Date: Wed, 15 Apr 2009 15:10:20 +0000 (+0000) Subject: set initial value for status X-Git-Tag: v1.0.4~1161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3827bda813c2fd6e7545d45d4be9d46da41902a;p=thirdparty%2Ffreeswitch.git set initial value for status git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13029 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_cidlookup/mod_cidlookup.c b/src/mod/applications/mod_cidlookup/mod_cidlookup.c index 251d17b17f..181b70c0fd 100755 --- a/src/mod/applications/mod_cidlookup/mod_cidlookup.c +++ b/src/mod/applications/mod_cidlookup/mod_cidlookup.c @@ -272,7 +272,7 @@ static char *check_cache(switch_memory_pool_t *pool, const char *number) { switch_bool_t set_cache(switch_memory_pool_t *pool, const char *number, const char *cid) { char *cmd; - switch_bool_t success; + switch_bool_t success = SWITCH_TRUE; switch_stream_handle_t stream = { 0 }; SWITCH_STANDARD_STREAM(stream);