mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-15 11:29:56 +00:00
Fix copy and paste error CID 1250786
This commit is contained in:
parent
b5d8fa9f46
commit
91bc09525f
@ -4286,7 +4286,7 @@ static switch_status_t parse_config(const char *cf)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (zstr(vhost->script_root)) {
|
if (zstr(vhost->script_root)) {
|
||||||
vhost->root = SWITCH_GLOBAL_dirs.script_dir;
|
vhost->script_root = SWITCH_GLOBAL_dirs.script_dir;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (zstr(vhost->index)) {
|
if (zstr(vhost->index)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user