svn rev #21675: branches/mskrb-integ/src/kdc/ 
    lhoward@MIT.EDU 
    lhoward at MIT.EDU
       
    Fri Jan  2 18:59:18 EST 2009
    
    
  
http://src.mit.edu/fisheye/changelog/krb5/?cs=21675
Commit By: lhoward
Log Message:
Indent fixup
Changed Files:
U   branches/mskrb-integ/src/kdc/kdc_util.c
Modified: branches/mskrb-integ/src/kdc/kdc_util.c
===================================================================
--- branches/mskrb-integ/src/kdc/kdc_util.c	2009-01-02 23:55:50 UTC (rev 21674)
+++ branches/mskrb-integ/src/kdc/kdc_util.c	2009-01-02 23:59:17 UTC (rev 21675)
@@ -295,8 +295,8 @@
     if ((retval = kdc_get_server_key(apreq->ticket, 0, krbtgt, nprincs, &key, &kvno)))
 	goto cleanup_auth_context;
     /*
-* We do not use the KDB keytab because other parts of the TGS need the TGT key.
-*/
+     * We do not use the KDB keytab because other parts of the TGS need the TGT key.
+     */
     retval = krb5_auth_con_setuseruserkey(kdc_context, auth_context, key);
     krb5_free_keyblock(kdc_context, key);
     if (retval) 
    
    
More information about the cvs-krb5
mailing list