svn rev #22041: trunk/src/kdc/

tsitkova@MIT.EDU tsitkova at MIT.EDU
Fri Feb 20 13:24:18 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=22041
Commit By: tsitkova
Log Message:
Adjust to the return value of isflagset routine.



Changed Files:
U   trunk/src/kdc/do_tgs_req.c
Modified: trunk/src/kdc/do_tgs_req.c
===================================================================
--- trunk/src/kdc/do_tgs_req.c	2009-02-20 14:34:34 UTC (rev 22040)
+++ trunk/src/kdc/do_tgs_req.c	2009-02-20 18:24:18 UTC (rev 22041)
@@ -1085,8 +1085,7 @@
      * If all of these conditions are satisfied - try mapping the FQDN and 
      * re-process the request as if client had asked for cross-realm TGT.
      */
-
-    if (isflagset(request->kdc_options, KDC_OPT_CANONICALIZE) == TRUE &&   
+    if (isflagset(request->kdc_options, KDC_OPT_CANONICALIZE) &&   
         !isflagset(request->kdc_options, KDC_OPT_ENC_TKT_IN_SKEY) && 
         krb5_princ_size(kdc_context, request->server) == 2) {             
 




More information about the cvs-krb5 mailing list