提交 e4ab113a authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-5617 --resolve

上级 2df27580
...@@ -1201,7 +1201,7 @@ static void read_config(const char *dft_cfile, const char *cfile) { ...@@ -1201,7 +1201,7 @@ static void read_config(const char *dft_cfile, const char *cfile) {
if (strcmp(cur_cat, cfg.category)) { if (strcmp(cur_cat, cfg.category)) {
esl_set_string(cur_cat, cfg.category); esl_set_string(cur_cat, cfg.category);
esl_set_string(profiles[pcount].name, cur_cat); 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"); esl_set_string(profiles[pcount].pass, "ClueCon");
profiles[pcount].port = 8021; profiles[pcount].port = 8021;
set_fn_keys(&profiles[pcount]); set_fn_keys(&profiles[pcount]);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论