@petermarianF commented on this pull request.
@@ -261,6 +262,8 @@ static int mod_init(void) {
if (bind_usrloc(&ul) < 0) {
return -1;
}
+ if (ul.db_mode == DB_ONLY)
+ ul.register_ulcb_method(NULL, PCSCF_CONTACT_UPDATE,
callback_pcscf_contact_cb, NULL);
Added return value check and abort on error
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3317#discussion_r1104778068
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3317/review/1296100404(a)github.com>