1
0
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:
Brian West 2012-01-28 18:32:35 -06:00
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;
}
}