remove unused var from last patch

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13033 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-04-15 16:08:42 +00:00
parent 9be2c19588
commit b805a45207
1 changed files with 1 additions and 1 deletions

View File

@ -3728,7 +3728,7 @@ void sofia_handle_sip_i_refer(nua_t *nua, sofia_profile_t *profile, nua_handle_t
if ((a_session = switch_core_session_locate(br_a))) {
const char *port = NULL;
char *param_string = "", *headers = "";
char *param_string = "";
int count = 0, bytes = 0;
if (refer_to && refer_to->r_url && refer_to->r_url->url_port) {