summaryrefslogtreecommitdiff
path: root/source3/utils/net_join.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-11-28 23:54:07 +0000
committerAndrew Tridgell <tridge@samba.org>2001-11-28 23:54:07 +0000
commitf6b962fba37a1ac105301d699708e541ce34d3b4 (patch)
tree74ae24de51a3b374e616459874e8cfab9bda99a0 /source3/utils/net_join.c
parentbd8e916cb520d89a14a1cd13b2b261253729ac9b (diff)
downloadsamba-f6b962fba37a1ac105301d699708e541ce34d3b4.tar.gz
samba-f6b962fba37a1ac105301d699708e541ce34d3b4.tar.bz2
samba-f6b962fba37a1ac105301d699708e541ce34d3b4.zip
fixed some krb5 ifdefs
(This used to be commit 23ef22f11700bbaa5778a9678a990a2b041fcefe)
Diffstat (limited to 'source3/utils/net_join.c')
-rw-r--r--source3/utils/net_join.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_join.c b/source3/utils/net_join.c
index 793d72ac7e..883ff3ffa6 100644
--- a/source3/utils/net_join.c
+++ b/source3/utils/net_join.c
@@ -21,7 +21,7 @@
#include "includes.h"
-#if HAVE_ADS
+#ifdef HAVE_ADS
/* a lame random number generator - used /dev/urandom if possible */
static unsigned one_random(void)