auth_milenage: we now copy RAND in auth_core, no need to do it twice
diff --git a/src/gsm/auth_milenage.c b/src/gsm/auth_milenage.c
index 2630350..f2d2ffa 100644
--- a/src/gsm/auth_milenage.c
+++ b/src/gsm/auth_milenage.c
@@ -72,7 +72,6 @@
 		return rc;
 
 	vec->auth_types = OSMO_AUTH_TYPE_UMTS | OSMO_AUTH_TYPE_GSM;
-	memcpy(vec->rand, _rand, sizeof(vec->rand));
 	aud->umts.sqn++;
 
 	return 0;