diff options
author | Jim McDonough <jmcd@samba.org> | 2002-04-04 03:14:25 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2002-04-04 03:14:25 +0000 |
commit | 7bfa5ead490e382d3dd534343639926a7025ce9c (patch) | |
tree | e5484ff6f73a116a3ebc076806feb1ee0ba85549 /source3/utils | |
parent | c0bf7d9db4c704fa43388dc7eb61f90ecdb7e974 (diff) | |
download | samba-7bfa5ead490e382d3dd534343639926a7025ce9c.tar.gz samba-7bfa5ead490e382d3dd534343639926a7025ce9c.tar.bz2 samba-7bfa5ead490e382d3dd534343639926a7025ce9c.zip |
Add non-ads version of net_ads_help for build on non-ads machines.
(This used to be commit dd7c20e5331116fd8cf9656a0f2406957b812bbb)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_ads.c | 6 |
1 files changed, 6 insertions, 0 deletions
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; |