mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-14 16:21:57 +00:00
fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6807 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user