fix authentication re-sync (pass RAND+AUTS along)
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 @@
 
 	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;