From 96962277da64b2507f8c479b920fc06063cc296f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 2 Sep 2009 22:04:03 +0200 Subject: 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(+) (limited to 'source3/utils') diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index 5989fec3ce..2777772711 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) { -- cgit