From 7bfa5ead490e382d3dd534343639926a7025ce9c Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Thu, 4 Apr 2002 03:14:25 +0000 Subject: Add non-ads version of net_ads_help for build on non-ads machines. (This used to be commit dd7c20e5331116fd8cf9656a0f2406957b812bbb) --- source3/utils/net_ads.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source3/utils') diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index 722e5a8616..ce51a50eb7 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -768,6 +768,12 @@ int net_ads_usage(int argc, const char **argv) return -1; } +int net_ads_help(int argc, const char **argv) +{ + d_printf("ADS support not compiled in\n"); + return -1; +} + int net_ads_join(int argc, const char **argv) { return -1; -- cgit