git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6807 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-12-15 16:58:30 +00:00
parent 4945769369
commit 87b14806b7

View File

@ -470,10 +470,6 @@ char *sofia_overcome_sip_uri_weakness(switch_core_session_t *session, const char
}
}
} else {
char *p;
if ((p = strrchr(stripped, ';'))) {
*p = '\0';
}
new_uri = stripped;
}