mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
Fix copy and paste error CID 1250786
This commit is contained in:
@@ -4286,7 +4286,7 @@ static switch_status_t parse_config(const char *cf)
|
||||
}
|
||||
|
||||
if (zstr(vhost->script_root)) {
|
||||
vhost->root = SWITCH_GLOBAL_dirs.script_dir;
|
||||
vhost->script_root = SWITCH_GLOBAL_dirs.script_dir;
|
||||
}
|
||||
|
||||
if (zstr(vhost->index)) {
|
||||
|
||||
Reference in New Issue
Block a user