mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
FS-4761 --resolve
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user