kdc_util.c (kdc_process_tgs_req): If not using the reply cache,
authorTheodore Tso <tytso@mit.edu>
Tue, 11 Nov 1997 01:08:13 +0000 (01:08 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 11 Nov 1997 01:08:13 +0000 (01:08 +0000)
properly handle a failure return from krb5_rd_req_decode_anyflag().

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

src/kdc/ChangeLog
src/kdc/kdc_util.c

index 287f8475654c58d5573679a338cbfb93df2a9469..c9888f4886c2c3d8fc09fc95cc3bdcedbab66666 100644 (file)
@@ -1,3 +1,9 @@
+Mon Nov 10 20:03:14 1997  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * kdc_util.c (kdc_process_tgs_req): If not using the reply cache,
+               properly handle a failure return from
+               krb5_rd_req_decode_anyflag().
+
 Wed Oct  8 12:20:35 1997  Ezra Peisach  <epeisach@kangaroo.mit.edu>
 
        * main.c (main): Initialize kdc error table with
index 2fd9245c9b2c5ecbceb1d433f819703c056b47da..5e5ce0a850abb7401eec054fe41ccb97770ed76d 100644 (file)
@@ -257,7 +257,9 @@ kdc_process_tgs_req(request, from, pkt, ticket, subkey)
                    goto cleanup_auth_context;
            }
        } else
-           goto cleanup_auth_context;
+           goto cleanup_auth_context; 
+#else
+       goto cleanup_auth_context; 
 #endif
     }