From 1e5454467e26271488cd8f3cbabed6711b3a69c3 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 10 Jun 2016 17:34:02 +0200 Subject: fix authentication re-sync (pass RAND+AUTS along) --- osmo-gsup-hlr/src/hlr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osmo-gsup-hlr/src/hlr.c b/osmo-gsup-hlr/src/hlr.c index 744d966..e87ebb6 100644 --- a/osmo-gsup-hlr/src/hlr.c +++ b/osmo-gsup-hlr/src/hlr.c @@ -51,7 +51,7 @@ static int rx_send_auth_info(struct osmo_gsup_conn *conn, rc = db_get_auc(g_dbc, gsup->imsi, gsup_out.auth_vectors, ARRAY_SIZE(gsup_out.auth_vectors), - NULL /* gsup->rand_auts */, gsup->auts); + gsup->rand, gsup->auts); if (rc < 0) { gsup_out.message_type = OSMO_GSUP_MSGT_SEND_AUTH_INFO_ERROR; gsup_out.cause = GMM_CAUSE_NET_FAIL; -- cgit v1.2.3