fix a little warning.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@111 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
dda6be49dd
commit
8192167589
|
@ -769,7 +769,6 @@ static void print_info(struct private_object *tech_pvt, char *out, size_t outlen
|
||||||
static switch_status call_info(char *callid, char *out, size_t outlen)
|
static switch_status call_info(char *callid, char *out, size_t outlen)
|
||||||
{
|
{
|
||||||
struct private_object *tech_pvt;
|
struct private_object *tech_pvt;
|
||||||
char tmp[50];
|
|
||||||
switch_hash_index_t* hi;
|
switch_hash_index_t* hi;
|
||||||
void *val;
|
void *val;
|
||||||
if (!callid || !strcasecmp(callid, "all")) {
|
if (!callid || !strcasecmp(callid, "all")) {
|
||||||
|
|
Loading…
Reference in New Issue