summaryrefslogtreecommitdiff
path: root/source3/libnet
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-07 20:56:34 +0100
committerGünther Deschner <gd@samba.org>2008-01-07 20:56:34 +0100
commitc8abd25d94fba0df62136c33837ddfcdaa459a66 (patch)
treed28bafc95a8aa570e3678006f2a2aa4721c33d32 /source3/libnet
parentd5dec339043875e98cbceadf3cbd0d1b39c9b463 (diff)
downloadsamba-c8abd25d94fba0df62136c33837ddfcdaa459a66.tar.gz
samba-c8abd25d94fba0df62136c33837ddfcdaa459a66.tar.bz2
samba-c8abd25d94fba0df62136c33837ddfcdaa459a66.zip
Trying to make the buildfarm w/o krb5 happy.
Guenther (This used to be commit 079f2eba81886707ea4b18f103e097dbac994b2f)
Diffstat (limited to 'source3/libnet')
-rw-r--r--source3/libnet/libnet_join.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libnet/libnet_join.c b/source3/libnet/libnet_join.c
index 5c64778da3..f4c0dfa2c2 100644
--- a/source3/libnet/libnet_join.c
+++ b/source3/libnet/libnet_join.c
@@ -430,7 +430,7 @@ static bool libnet_join_create_keytab(TALLOC_CTX *mem_ctx,
return true;
}
-#ifdef WITH_ADS
+#ifdef WITH_KRB5
if (!ads_keytab_create_default(r->in.ads)) {
return false;
}