mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-12 12:18:18 +00:00
fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13498 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
af9b1b6989
commit
5c888f00a9
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user