Ticket: 2234
Target_Version: 1.3.2
Tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16070
dc483132-0cff-0310-8789-
dd5450dbe970
+2004-02-12 Sam Hartman <hartmans@mit.edu>
+
+ * kdc_util.c (validate_tgs_request): Fix logic error
+
2004-02-09 Tom Yu <tlyu@mit.edu>
* main.c (init_realm): Apply patch from Will Fiveash to use
/*
* If an illegal option is set, ignore it.
*/
- request->kdc_options &= ~(TGS_OPTIONS_HANDLED);
+ request->kdc_options &= TGS_OPTIONS_HANDLED;
/* Check to see if server has expired */
if (server.expiration && server.expiration < kdc_time) {