diff options
author | Jeremy Allison <jra@samba.org> | 2005-10-20 17:33:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:05:08 -0500 |
commit | a5b339c799b39d5147c6d31f94cc0b2ea9c865db (patch) | |
tree | 0382efacfd7b5d944f1c1903df0243956e67cbab /source3/utils/net_lookup.c | |
parent | fc8292f38151705e520880acbf57a87982e4325c (diff) | |
download | samba-a5b339c799b39d5147c6d31f94cc0b2ea9c865db.tar.gz |
r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab.
Jeremy.
(This used to be commit af8545806770a7530eecc184bdd230ca14999884)
Diffstat (limited to 'source3/utils/net_lookup.c')
-rw-r--r-- | source3/utils/net_lookup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/utils/net_lookup.c b/source3/utils/net_lookup.c index 9ddfe62508..7f79b6d4f1 100644 --- a/source3/utils/net_lookup.c +++ b/source3/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) { |