FS-4761 --resolve

This commit is contained in:
Jeff Lenk 2012-10-24 19:17:15 -05:00
parent f1e16ccbfa
commit 3124f8226c

View File

@ -1236,10 +1236,10 @@ static switch_status_t lcr_load_config()
if (!strcasecmp(limit_type, "hash")) { if (!strcasecmp(limit_type, "hash")) {
profile->limit_type = "hash"; profile->limit_type = "hash";
} else { } else {
profile->limit_type = "sql"; profile->limit_type = "db";
} }
} else { } else {
profile->limit_type = "sql"; profile->limit_type = "db";
} }
switch_core_hash_insert(globals.profile_hash, profile->name, profile); switch_core_hash_insert(globals.profile_hash, profile->name, profile);