From: Brian West Date: Mon, 3 Nov 2014 20:15:04 +0000 (-0600) Subject: Fix copy and paste error CID 1250786 X-Git-Tag: v1.4.14~2^2~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91bc09525f933954b4e998f5c6650e4d9c21adb1;p=thirdparty%2Ffreeswitch.git Fix copy and paste error CID 1250786 --- diff --git a/src/mod/endpoints/mod_verto/mod_verto.c b/src/mod/endpoints/mod_verto/mod_verto.c index 7fb0039188..c784d8d1a2 100644 --- a/src/mod/endpoints/mod_verto/mod_verto.c +++ b/src/mod/endpoints/mod_verto/mod_verto.c @@ -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)) {