aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-cscn/iucs_ranap.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/osmo-cscn/iucs_ranap.c')
-rw-r--r--openbsc/src/osmo-cscn/iucs_ranap.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/openbsc/src/osmo-cscn/iucs_ranap.c b/openbsc/src/osmo-cscn/iucs_ranap.c
index f34a2003e..8c949bb31 100644
--- a/openbsc/src/osmo-cscn/iucs_ranap.c
+++ b/openbsc/src/osmo-cscn/iucs_ranap.c
@@ -68,10 +68,10 @@ int iucs_rx_sec_mode_compl(struct gsm_subscriber_connection *conn,
conn->iu.integrity_protection = INTEGRITY_PROTECTION_IK;
cb = conn->sec_operation->cb;
- if (!cb)
- return 0;
- return cb(GSM_HOOK_RR_SECURITY, GSM_SECURITY_SUCCEEDED,
- NULL, conn, conn->sec_operation->cb_data);
+ if (cb)
+ cb(GSM_HOOK_RR_SECURITY, GSM_SECURITY_SUCCEEDED, NULL,
+ conn, conn->sec_operation->cb_data);
+ return 0;
}
int iucs_rx_ranap_event(struct gsm_network *network,