]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4761 --resolve
authorJeff Lenk <jeff@jefflenk.com>
Thu, 25 Oct 2012 00:17:15 +0000 (19:17 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Thu, 25 Oct 2012 00:17:15 +0000 (19:17 -0500)
src/mod/applications/mod_lcr/mod_lcr.c

index 8da2bd1dcc3b493f224836751d944d8c02a19213..55841170a4f505c9f6c273ee884fe07a0ee06263 100644 (file)
@@ -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);