@petermarianF commented on this pull request.


In src/modules/ims_registrar_pcscf/ims_registrar_pcscf_mod.c:

> @@ -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, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/3317/review/1296100404@github.com>