Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 97263
Collapse All | Expand All

(-)fetchmail-6.2.5/driver.c (-1 lines)
Lines 210-216 Link Here
210
    krb5_auth_context auth_context = NULL;
210
    krb5_auth_context auth_context = NULL;
211
211
212
    krb5_init_context(&context);
212
    krb5_init_context(&context);
213
    krb5_init_ets(context);
214
    krb5_auth_con_init(context, &auth_context);
213
    krb5_auth_con_init(context, &auth_context);
215
214
216
    if (retval = krb5_cc_default(context, &ccdef)) {
215
    if (retval = krb5_cc_default(context, &ccdef)) {

Return to bug 97263