before use if GSS_C_NULL_OID_SET.
This was causing random failures in gssftp. I was unlucky enough to hit
that random case where one of the random stack values was zero.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8812
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Jul 24 22:54:37 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * acquire_cred.c (krb5_gss_acquire_cred): Initialize variable
+ before use if GSS_C_NULL_OID_SET.
+
Wed Jul 24 19:40:55 1996 Theodore Y. Ts'o <tytso@mit.edu>
* ser_sctx.c (kg_oid_externalize): Add proper return code
if (desired_mechs == GSS_C_NULL_OID_SET) {
valid_mechs = gss_mech_set_krb5_both;
+ req_old = 1;
+ req_new = 1;
} else {
req_old = 0;
req_new = 0;