mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 17:02:23 +00:00
try to avoid compiler optimization snafu equiv to: 4021b5c
This commit is contained in:
parent
1c2d2132a8
commit
cd4e926969
@ -3404,8 +3404,8 @@ static void config_sofia_profile_urls(sofia_profile_t * profile)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (profile->bind_params) {
|
if (profile->bind_params) {
|
||||||
char *bindurl = profile->bindurl;
|
char *bindurl = switch_core_sprintf(profile->pool, "%s;%s", profile->bindurl, profile->bind_params);
|
||||||
profile->bindurl = switch_core_sprintf(profile->pool, "%s;%s", bindurl, profile->bind_params);
|
profile->bindurl = bindurl;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user