set initial value for status

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13029 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Rupa Schomaker 2009-04-15 15:10:20 +00:00
parent 3e26e87ba6
commit d3827bda81
1 changed files with 1 additions and 1 deletions

View File

@ -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);