|
@@ -213,7 +213,7 @@ static int mod_init(void) {
|
|
}
|
|
}
|
|
|
|
|
|
/* load the usrloc API */
|
|
/* load the usrloc API */
|
|
- bind_usrloc = (bind_usrloc_t) find_export("ul_bind_usrloc_pcscf", 1, 0);
|
|
|
|
|
|
+ bind_usrloc = (bind_usrloc_t) find_export("ul_bind_ims_usrloc_pcscf", 1, 0);
|
|
if (!bind_usrloc) {
|
|
if (!bind_usrloc) {
|
|
LM_ERR("can't bind usrloc_pcscf\n");
|
|
LM_ERR("can't bind usrloc_pcscf\n");
|
|
return RX_RETURN_FALSE;
|
|
return RX_RETURN_FALSE;
|