less warnings
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24391 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -347,7 +347,7 @@ renew_validate(krb5_context context,
|
|||||||
do_524init(context, cache, out, NULL);
|
do_524init(context, cache, out, NULL);
|
||||||
#endif
|
#endif
|
||||||
#ifndef NO_AFS
|
#ifndef NO_AFS
|
||||||
if(do_afslog && k_hasafs()) {
|
if(do_afslog && k_hasafs())
|
||||||
krb5_afslog(context, cache, NULL, NULL);
|
krb5_afslog(context, cache, NULL, NULL);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
@@ -628,7 +628,7 @@ get_new_tickets(krb5_context context,
|
|||||||
if (ret)
|
if (ret)
|
||||||
krb5_err (context, 1, ret, "krb5_cc_move");
|
krb5_err (context, 1, ret, "krb5_cc_move");
|
||||||
|
|
||||||
#if HAVE_NTLM
|
#ifndef NO_NTLM
|
||||||
if (ntlm_domain && ntlmkey.data)
|
if (ntlm_domain && ntlmkey.data)
|
||||||
store_ntlmkey(context, ccache, ntlm_domain, &ntlmkey);
|
store_ntlmkey(context, ccache, ntlm_domain, &ntlmkey);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user