From 04de67930625b1e22873757bb4a1b6eb78db7095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 25 Jan 2009 00:36:29 +0000 Subject: [PATCH] less warnings git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24391 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kuser/kinit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kuser/kinit.c b/kuser/kinit.c index 1b961bd7a..d0f3fde91 100644 --- a/kuser/kinit.c +++ b/kuser/kinit.c @@ -347,7 +347,7 @@ renew_validate(krb5_context context, do_524init(context, cache, out, NULL); #endif #ifndef NO_AFS - if(do_afslog && k_hasafs()) { + if(do_afslog && k_hasafs()) krb5_afslog(context, cache, NULL, NULL); #endif } @@ -628,7 +628,7 @@ get_new_tickets(krb5_context context, if (ret) krb5_err (context, 1, ret, "krb5_cc_move"); -#if HAVE_NTLM +#ifndef NO_NTLM if (ntlm_domain && ntlmkey.data) store_ntlmkey(context, ccache, ntlm_domain, &ntlmkey); #endif