Skip to content

Commit

Permalink
Dispatcher module should honor db_default_url
Browse files Browse the repository at this point in the history
(cherry picked from commit 684846d)
  • Loading branch information
dsanders11 authored and bogdan-iancu committed Sep 24, 2015
1 parent de7bcfc commit 4963c7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/dispatcher/dispatcher.c
Expand Up @@ -679,6 +679,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 4963c7c

Please sign in to comment.