diff options
author | Günther Deschner <gd@samba.org> | 2008-01-07 20:56:34 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-07 20:56:34 +0100 |
commit | c8abd25d94fba0df62136c33837ddfcdaa459a66 (patch) | |
tree | d28bafc95a8aa570e3678006f2a2aa4721c33d32 | |
parent | d5dec339043875e98cbceadf3cbd0d1b39c9b463 (diff) | |
download | samba-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)
-rw-r--r-- | source3/libnet/libnet_join.c | 2 |
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; } |