more cleanup

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7020 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-12-29 17:57:07 +00:00
parent 235ac6ea53
commit 237ff68d3a

View File

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