aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-06-10 17:34:02 +0200
committerHarald Welte <laforge@gnumonks.org>2016-06-10 17:34:02 +0200
commit9be0d2f1a853191fc93e666cb9e0ec39df344ec1 (patch)
tree9723ce276c6dd728916ec8489fef1fe07159fc1a /src
parent79f7140cdfffa04dcf40375c7a01573a551a2389 (diff)
fix authentication re-sync (pass RAND+AUTS along)
Diffstat (limited to 'src')
-rw-r--r--src/hlr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hlr.c b/src/hlr.c
index 744d966..e87ebb6 100644
--- a/src/hlr.c
+++ b/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;