Change krbCred member to reauthCred to better clarify purpose
[moonshot.git] / mech_eap / gssapiP_eap.h
index 89a0d8c..d1d6bce 100644 (file)
@@ -135,7 +135,7 @@ struct gss_cred_id_struct
     char *radiusConfigStanza;
 #ifdef GSSEAP_ENABLE_REAUTH
     krb5_ccache krbCredCache;
-    gss_cred_id_t krbCred;
+    gss_cred_id_t reauthCred;
 #endif
 };