Skip to content

Commit

Permalink
Dispatcher module should honor db_default_url
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Sep 23, 2015
1 parent 16019d3 commit 684846d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/dispatcher/dispatcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,8 @@ static int mod_init(void)

LM_DBG("initializing ...\n");

init_db_url( default_db_head.db_url , 0 /*can be null*/);

if (check_if_default_head_is_ok()) {
default_db_head.next = ds_db_heads;
ds_db_heads = &default_db_head;
Expand Down

0 comments on commit 684846d

Please sign in to comment.