From d3827bda813c2fd6e7545d45d4be9d46da41902a Mon Sep 17 00:00:00 2001 From: Rupa Schomaker Date: Wed, 15 Apr 2009 15:10:20 +0000 Subject: [PATCH] set initial value for status git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13029 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_cidlookup/mod_cidlookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);