aboutsummaryrefslogtreecommitdiff
path: root/src/kdc/kdc_util.c
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1997-11-11 01:08:13 +0000
committerTheodore Tso <tytso@mit.edu>1997-11-11 01:08:13 +0000
commit2de5c34126cbb45036bdc2316575017f937d83c5 (patch)
treed596b648ec68abf9a0d9b6c9f80bade86e6df0b4 /src/kdc/kdc_util.c
parente6c1912c5efb7c505865fdab523d92378bd8877c (diff)
downloadkrb5-2de5c34126cbb45036bdc2316575017f937d83c5.zip
krb5-2de5c34126cbb45036bdc2316575017f937d83c5.tar.gz
krb5-2de5c34126cbb45036bdc2316575017f937d83c5.tar.bz2
kdc_util.c (kdc_process_tgs_req): If not using the reply cache,
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
Diffstat (limited to 'src/kdc/kdc_util.c')
-rw-r--r--src/kdc/kdc_util.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/kdc/kdc_util.c b/src/kdc/kdc_util.c
index 2fd9245..5e5ce0a 100644
--- a/src/kdc/kdc_util.c
+++ b/src/kdc/kdc_util.c
@@ -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
}