Fix copy and paste error CID 1250786

This commit is contained in:
Brian West 2014-11-03 14:15:04 -06:00
parent b5d8fa9f46
commit 91bc09525f
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {