mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-07 13:35:00 +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 == '"') {
|
if (*buf == '"') {
|
||||||
buf++;
|
buf++;
|
||||||
while((e = strchr(buf, '"'))) {
|
if((e = strchr(buf, '"'))) {
|
||||||
buf = e+1;
|
buf = e+1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user