提交 3124f822 authored 作者: Jeff Lenk's avatar Jeff Lenk

FS-4761 --resolve

上级 f1e16ccb
......@@ -1236,10 +1236,10 @@ static switch_status_t lcr_load_config()
if (!strcasecmp(limit_type, "hash")) {
profile->limit_type = "hash";
} else {
profile->limit_type = "sql";
profile->limit_type = "db";
}
} else {
profile->limit_type = "sql";
profile->limit_type = "db";
}
switch_core_hash_insert(globals.profile_hash, profile->name, profile);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论