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:
parent
3e26e87ba6
commit
d3827bda81
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue