mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
r3868: Fix reverted logic of detecting HAVE_WRFILE_KEYTAB (Bugzilla 2059)
Guenther (This used to be commit 8d987d2f38005969798fe829f87c3ffc1d1e5edd)
This commit is contained in:
parent
79f7373b33
commit
aa077290fc
@ -2983,9 +2983,7 @@ if test x"$with_ads_support" != x"no"; then
|
||||
krb5_keytab keytab;
|
||||
|
||||
krb5_init_context(&context);
|
||||
if (krb5_kt_resolve(context, "WRFILE:api", &keytab))
|
||||
exit(0);
|
||||
exit(1);
|
||||
return krb5_kt_resolve(context, "WRFILE:api", &keytab);
|
||||
}],
|
||||
samba_cv_HAVE_WRFILE_KEYTAB=yes,
|
||||
samba_cv_HAVE_WRFILE_KEYTAB=no)])
|
||||
|
Loading…
x
Reference in New Issue
Block a user