svn rev #23545: trunk/src/lib/krb5/krb/

ghudson@MIT.EDU ghudson at MIT.EDU
Wed Dec 30 14:39:35 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=23545
Commit By: ghudson
Log Message:
Eliminate the krb5_set_default_in_tkt_ktypes and
krb5_set_default_tgs_ktypes during context initialization, as they
weren't doing anything.



Changed Files:
U   trunk/src/lib/krb5/krb/init_ctx.c
Modified: trunk/src/lib/krb5/krb/init_ctx.c
===================================================================
--- trunk/src/lib/krb5/krb/init_ctx.c	2009-12-30 19:07:59 UTC (rev 23544)
+++ trunk/src/lib/krb5/krb/init_ctx.c	2009-12-30 19:39:35 UTC (rev 23545)
@@ -160,13 +160,6 @@
 
     ctx->profile_secure = secure;
 
-    /* Set the default encryption types, possible defined in krb5/conf */
-    if ((retval = krb5_set_default_in_tkt_ktypes(ctx, NULL)))
-        goto cleanup;
-
-    if ((retval = krb5_set_default_tgs_ktypes(ctx, NULL)))
-        goto cleanup;
-
     if ((retval = krb5_os_init_context(ctx, kdc)))
         goto cleanup;
 




More information about the cvs-krb5 mailing list