summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 2248bc7b34..7abcc8d175 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2699,8 +2699,8 @@ if test x"$with_ads_support" != x"no"; then
krb5_init_context(&context);
if (krb5_kt_resolve(context, "MEMORY:", &keytab))
- exit(0);
- exit(1);
+ exit(1);
+ exit(0);
}],
samba_cv_HAVE_MEMORY_KEYTAB=yes,
samba_cv_HAVE_MEMORY_KEYTAB=no)])