Skip to content

Commit

Permalink
proto_smpp: Inherit DB URL from 'db_default_url'
Browse files Browse the repository at this point in the history
(cherry picked from commit 24f9e7b)
(cherry picked from commit f94e117)
  • Loading branch information
liviuchircu committed Nov 4, 2020
1 parent 03bf0ae commit 982b658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/proto_smpp/proto_smpp.c
Expand Up @@ -150,7 +150,7 @@ static int mod_init(void)
{
LM_INFO("initializing SMPP protocol\n");

db_url.len = strlen(db_url.s);
init_db_url(db_url, 0 /* cannot be null */);
smpp_outbound_uri.len = strlen(smpp_outbound_uri.s);

/* if we don't have a listener, we won't be able to connect, or send
Expand Down

0 comments on commit 982b658

Please sign in to comment.