svn rev #24901: trunk/src/lib/krb5/os/

tsitkova@MIT.EDU tsitkova at MIT.EDU
Wed Apr 27 11:58:49 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=24901
Commit By: tsitkova
Log Message:
Remove worthless call to  krb5_cc_set_default_name in krb5_os_init_context.



Changed Files:
U   trunk/src/lib/krb5/os/init_os_ctx.c
Modified: trunk/src/lib/krb5/os/init_os_ctx.c
===================================================================
--- trunk/src/lib/krb5/os/init_os_ctx.c	2011-04-25 22:01:47 UTC (rev 24900)
+++ trunk/src/lib/krb5/os/init_os_ctx.c	2011-04-27 15:58:49 UTC (rev 24901)
@@ -385,9 +385,6 @@
      * ignoring the error is a Bad Thing (tm).
      */
 
-    if (!retval) {
-        krb5_cc_set_default_name(ctx, NULL);
-
 #ifdef _WIN32
         /* We initialize winsock to version 1.1 but
          * we do not care if we succeed or fail.




More information about the cvs-krb5 mailing list