mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-19 09:47:23 +00:00
FS-3847 regression
This commit is contained in:
parent
20737713ec
commit
9f8d37decf
@ -5145,7 +5145,7 @@ char *sofia_glue_get_url_from_contact(char *buf, uint8_t to_dup)
|
||||
|
||||
if (*buf == '"') {
|
||||
buf++;
|
||||
while((e = strchr(buf, '"'))) {
|
||||
if((e = strchr(buf, '"'))) {
|
||||
buf = e+1;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user