Skip to content

Commit

Permalink
Merge pull request #1146 from attermann/2.3
Browse files Browse the repository at this point in the history
Parameter "use_domain" not imported from usrloc in mid-registrar module
  • Loading branch information
liviuchircu committed Jun 21, 2017
2 parents 59947fb + a182a94 commit a2a9b79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/mid_registrar/mid_registrar.c
Expand Up @@ -306,6 +306,11 @@ static int mod_init(void)
}
}

/*
* Import use_domain parameter from usrloc
*/
reg_use_domain = ul_api.use_domain;

if (rcv_avp_param && *rcv_avp_param) {
s.s = rcv_avp_param; s.len = strlen(s.s);
if (pv_parse_spec(&s, &avp_spec)==0
Expand Down

0 comments on commit a2a9b79

Please sign in to comment.