Skip to content

Commit

Permalink
secfilter: use default read-only DB URL, as the other DB modules (for…
Browse files Browse the repository at this point in the history
… testing)
  • Loading branch information
henningw committed Jan 2, 2019
1 parent 0ccc6d3 commit 689854e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/secfilter/secfilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static int w_check_sqli_hdr(struct sip_msg *msg, char *val);

/* Exported module parameters - default values */
int secf_dst_exact_match = 1;
str secf_db_url = {NULL, 0};
str secf_db_url = str_init(DEFAULT_RODB_URL);
str secf_table_name = str_init("secfilter");
str secf_action_col = str_init("action");
str secf_type_col = str_init("type");
Expand Down

0 comments on commit 689854e

Please sign in to comment.