summaryrefslogtreecommitdiffstats
path: root/source/utils/net_lookup.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-10-20 17:33:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:08 -0500
commitaf8545806770a7530eecc184bdd230ca14999884 (patch)
tree4a13d505d74240e851cb0d2e0279ca0b18d20664 /source/utils/net_lookup.c
parentcda5a81bbe52308a81a79eb0354aea63027a9701 (diff)
downloadsamba-af8545806770a7530eecc184bdd230ca14999884.tar.gz
samba-af8545806770a7530eecc184bdd230ca14999884.tar.xz
samba-af8545806770a7530eecc184bdd230ca14999884.zip
r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab.
Jeremy.
Diffstat (limited to 'source/utils/net_lookup.c')
-rw-r--r--source/utils/net_lookup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/utils/net_lookup.c b/source/utils/net_lookup.c
index 9ddfe625081..7f79b6d4f1e 100644
--- a/source/utils/net_lookup.c
+++ b/source/utils/net_lookup.c
@@ -60,6 +60,7 @@ static int net_lookup_host(int argc, const char **argv)
return 0;
}
+#ifdef HAVE_LDAP
static void print_ldap_srvlist(char *srvlist)
{
char *cur, *next;
@@ -80,7 +81,7 @@ static void print_ldap_srvlist(char *srvlist)
cur = next;
} while (next);
}
-
+#endif
static int net_lookup_ldap(int argc, const char **argv)
{