Reported by stefw@gnome.org.
ticket: 7112
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25803
dc483132-0cff-0310-8789-
dd5450dbe970
if ((retval = krb5_os_init_context(ctx, profile, flags)) != 0)
goto cleanup;
+ ctx->trace_callback = NULL;
#ifndef DISABLE_TRACING
if (!ctx->profile_secure)
krb5int_init_trace(ctx);
ctx->prompt_types = 0;
ctx->use_conf_ktypes = 0;
ctx->udp_pref_limit = -1;
- ctx->trace_callback = NULL;
*context_out = ctx;
return 0;