]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8608 found while doing config audit, params should have dashes
authorBrian West <brian@freeswitch.org>
Mon, 22 Aug 2016 20:19:56 +0000 (15:19 -0500)
committerBrian West <brian@freeswitch.org>
Mon, 22 Aug 2016 20:20:04 +0000 (15:20 -0500)
src/mod/endpoints/mod_verto/mod_verto.c

index 817b0e837e0e3300428d1008dd94b6d24c7210ca..ca2153eefe68a79520029d5d9031feb2b8d60076 100644 (file)
@@ -4677,7 +4677,7 @@ static switch_status_t parse_config(const char *cf)
                                                        vhost->alias = switch_core_strdup(vhost->pool, val);
                                                } else if (!strcasecmp(var, "root")) {
                                                        vhost->root = switch_core_strdup(vhost->pool, val);
-                                               } else if (!strcasecmp(var, "script_root")) {
+                                               } else if (!strcasecmp(var, "script-root")) {
                                                        vhost->script_root = switch_core_strdup(vhost->pool, val);
                                                } else if (!strcasecmp(var, "index")) {
                                                        vhost->index = switch_core_strdup(vhost->pool, val);