Definition of gss_nt_krb5_name was incorrect; someone was being a
authorTheodore Tso <tytso@mit.edu>
Wed, 9 Oct 1996 18:03:58 +0000 (18:03 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 9 Oct 1996 18:03:58 +0000 (18:03 +0000)
bonehead.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9154 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/krb5/ChangeLog
src/lib/gssapi/krb5/gssapi_krb5.c

index b74b53091944462ba011e83d6d1a4d01579ff9b1..b54d5eb7add5f087042c6b34dc9d0a2755018095 100644 (file)
@@ -1,3 +1,8 @@
+Wed Oct  9 18:02:43 1996  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * gssapi_krb5.c: Definition of gss_nt_krb5_name was incorrect;
+               someone was being a bonehead.
+
 Wed Aug 28 17:45:55 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * util_cksum.c (kg_checksum_channel_bindings): Fix stupid bug;
index feec0bc7127713f699e66a7392eb4d8e5621f000..e13b4537f33370f45c2aaad5acd541d921ffdf13 100644 (file)
@@ -64,7 +64,7 @@ static const gss_OID_desc oids[] = {
 
 const gss_OID_desc * const gss_mech_krb5_old = oids+0;
 const gss_OID_desc * const gss_mech_krb5 = oids+1;
-const gss_OID_desc * const gss_nt_krb5_name = oids+1;
+const gss_OID_desc * const gss_nt_krb5_name = oids+2;
 const gss_OID_desc * const gss_nt_krb5_principal = oids+3;
 
 static const gss_OID_set_desc oidsets[] = {