FS-5617 --resolve
This commit is contained in:
parent
2df2758045
commit
e4ab113aae
|
@ -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]);
|
||||||
|
|
Loading…
Reference in New Issue