From 6627c51f25f98c74a8afb1715074e0d61c5b66f0 Mon Sep 17 00:00:00 2001 From: Zhanna Tsitkov Date: Wed, 27 Apr 2011 15:58:49 +0000 Subject: [PATCH] Remove worthless call to krb5_cc_set_default_name in krb5_os_init_context git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24901 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/os/init_os_ctx.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/krb5/os/init_os_ctx.c b/src/lib/krb5/os/init_os_ctx.c index c4eb17fc3..5c31d850d 100644 --- a/src/lib/krb5/os/init_os_ctx.c +++ b/src/lib/krb5/os/init_os_ctx.c @@ -385,9 +385,6 @@ krb5_os_init_context(krb5_context ctx, krb5_boolean kdc) * 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. -- 2.26.2