forked from Mirrors/freeswitch
more cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7020 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
235ac6ea53
commit
237ff68d3a
@ -731,7 +731,6 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char *
|
||||
const char *clean_to_user;
|
||||
const char *clean_from_user;
|
||||
|
||||
printf("from:%s -> to:%s\n", from_id ? from_id : from_user, sub_to_user ? sub_to_user : to_user );
|
||||
clean_to_user = switch_mprintf("%s", sub_to_user ? sub_to_user : to_user, host);
|
||||
clean_from_user = switch_mprintf("%s", from_id ? from_id : from_user, host);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user