diff --git a/appl/su/su.c b/appl/su/su.c index e844ec8c1..97930a5ae 100644 --- a/appl/su/su.c +++ b/appl/su/su.c @@ -56,8 +56,8 @@ RCSID("$Id$"); #endif #ifdef KRB4 #include -#include #endif +#include #include #include #include @@ -253,13 +253,11 @@ krb5_start_session(void) set_tkfile(); esetenv("KRBTKFILE", tkfile, 1); -#ifdef KRB4 /* convert creds? */ if(k_hasafs()) { if (k_setpag() == 0) krb5_afslog(context, ccache2, NULL, NULL); } -#endif krb5_cc_close(context, ccache2); krb5_cc_destroy(context, ccache);