]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix copy and paste error CID 1250786
authorBrian West <brian@freeswitch.org>
Mon, 3 Nov 2014 20:15:04 +0000 (14:15 -0600)
committerBrian West <brian@freeswitch.org>
Mon, 3 Nov 2014 20:15:04 +0000 (14:15 -0600)
src/mod/endpoints/mod_verto/mod_verto.c

index 7fb003918861f966a42102379cb883ede245620c..c784d8d1a28ca8410813b5f98bb11b9e37884079 100644 (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)) {