mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6807 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
4945769369
commit
87b14806b7
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user