projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3755d5
)
Remove worthless call to krb5_cc_set_default_name in krb5_os_init_context
author
Zhanna Tsitkov
<tsitkova@mit.edu>
Wed, 27 Apr 2011 15:58:49 +0000
(15:58 +0000)
committer
Zhanna Tsitkov
<tsitkova@mit.edu>
Wed, 27 Apr 2011 15:58:49 +0000
(15:58 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24901
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/os/init_os_ctx.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/os/init_os_ctx.c
b/src/lib/krb5/os/init_os_ctx.c
index c4eb17fc373f8db01be7ff92325c6c2db5c628cf..5c31d850d81f350390775ddd6f4e39f11b9d741b 100644
(file)
--- 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.