From 96962277da64b2507f8c479b920fc06063cc296f Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 2 Sep 2009 22:04:03 +0200 Subject: [PATCH] s3-net: let net_ads_gpo() call no_ads when built w/o ads support. Guenther --- source3/utils/net_ads.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index 5989fec3ceb..2777772711c 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -2708,6 +2708,11 @@ int net_ads_group(struct net_context *c, int argc, const char **argv) return net_ads_noads(); } +int net_ads_gpo(int argc, const char **argv) +{ + return net_ads_noads(); +} + /* this one shouldn't display a message */ int net_ads_check(struct net_context *c) { -- 2.11.4.GIT