]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5617 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 19 Jul 2013 18:29:05 +0000 (13:29 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 19 Jul 2013 18:29:05 +0000 (13:29 -0500)
libs/esl/fs_cli.c

index 5d87d521d3235d9d673550b96aa3206b554281c0..05286ecc49544343fe29e5f207578a2e1769ec83 100644 (file)
@@ -1201,7 +1201,7 @@ static void read_config(const char *dft_cfile, const char *cfile) {
                        if (strcmp(cur_cat, cfg.category)) {
                                esl_set_string(cur_cat, cfg.category);
                                esl_set_string(profiles[pcount].name, cur_cat);
-                               esl_set_string(profiles[pcount].host, "localhost");
+                               esl_set_string(profiles[pcount].host, "127.0.0.1");
                                esl_set_string(profiles[pcount].pass, "ClueCon");
                                profiles[pcount].port = 8021;
                                set_fn_keys(&profiles[pcount]);