9
0
Fork 0

fix authentication re-sync (pass RAND+AUTS along)

This commit is contained in:
Harald Welte 2016-06-10 17:34:02 +02:00
parent f1b793f203
commit 1e5454467e
1 changed files with 1 additions and 1 deletions

View File

@ -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;