summaryrefslogtreecommitdiffstats
path: root/source3/utils
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-12-13 15:54:42 +0100
committerAndreas Schneider <asn@samba.org>2013-12-18 14:48:24 +0100
commit172d6cd0d033a63d1b057fcadafca3b9bc7c53db (patch)
tree4abcd791d0545dc4535a90b6e11bd6f97a9d4314 /source3/utils
parente3be1d118831670b89acb3799c9e3b3f7789fb0f (diff)
downloadsamba-172d6cd0d033a63d1b057fcadafca3b9bc7c53db.tar.gz
samba-172d6cd0d033a63d1b057fcadafca3b9bc7c53db.tar.xz
samba-172d6cd0d033a63d1b057fcadafca3b9bc7c53db.zip
libgpo: remove unrequired references to ads_struct.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/net_ads_gpo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_ads_gpo.c b/source3/utils/net_ads_gpo.c
index 7c397e68a05..891ecd620a0 100644
--- a/source3/utils/net_ads_gpo.c
+++ b/source3/utils/net_ads_gpo.c
@@ -433,7 +433,7 @@ static int net_ads_gpo_apply(struct net_context *c, int argc, const char **argv)
goto out;
}
- status = gpo_process_gpo_list(ads, mem_ctx, token, gpo_list,
+ status = gpo_process_gpo_list(mem_ctx, token, gpo_list,
filter, flags);
if (!ADS_ERR_OK(status)) {
d_printf("failed to process gpo list: %s\n",