mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-08 21:31:51 +00:00
FS-3228 --resolve
This commit is contained in:
@@ -164,6 +164,7 @@ static switch_status_t load_config(void)
|
||||
if(buf[data_sz - 1] != 0) {
|
||||
buf[data_sz] = 0;
|
||||
}
|
||||
switch_replace_char(buf, ' ', 0, SWITCH_FALSE); /* only use the first entry ex "192.168.1.1 192.168.1.2" */
|
||||
globals.server = buf;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user