fix mod_db regex
This commit is contained in:
parent
302c323a8f
commit
6591eb1497
|
@ -271,7 +271,7 @@ SWITCH_LIMIT_STATUS(limit_status_db)
|
|||
|
||||
/* INIT / Config */
|
||||
|
||||
static switch_xml_config_string_options_t limit_config_dsn = { NULL, 0, "^pgsql;|[^:]+:[^:]+:.+" };
|
||||
static switch_xml_config_string_options_t limit_config_dsn = { NULL, 0, "^pgsql|^odbc|^sqlite|[^:]+:[^:]+:.+" };
|
||||
|
||||
static switch_xml_config_item_t config_settings[] = {
|
||||
SWITCH_CONFIG_ITEM("odbc-dsn", SWITCH_CONFIG_STRING, 0, &globals.odbc_dsn, NULL, &limit_config_dsn,
|
||||
|
|
Loading…
Reference in New Issue