git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13498 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-05-29 00:14:34 +00:00
parent af9b1b6989
commit 5c888f00a9

View File

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