summaryrefslogtreecommitdiffstats
path: root/source3/utils
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-12-19 17:29:10 +0100
committerAndreas Schneider <asn@samba.org>2014-01-07 16:59:39 +0100
commitc3f9d9929c494e9f750e0fd02443cc645ca1bba8 (patch)
tree509d37dd9fe21f00693dd6c944c12b92d25a274a /source3/utils
parenta78b4d4f65e05ad73ed59713f1ce323d176e7b8c (diff)
downloadsamba-c3f9d9929c494e9f750e0fd02443cc645ca1bba8.tar.gz
samba-c3f9d9929c494e9f750e0fd02443cc645ca1bba8.tar.xz
samba-c3f9d9929c494e9f750e0fd02443cc645ca1bba8.zip
libgpo: allow to pass down a list of deleted GPOs in gpo_process_gpo_list().
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 b9b0a14229..444e160561 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 = ADS_ERROR_NT(gpo_process_gpo_list(mem_ctx, token, gpo_list,
+ status = ADS_ERROR_NT(gpo_process_gpo_list(mem_ctx, token, NULL, gpo_list,
filter, flags));
if (!ADS_ERR_OK(status)) {
d_printf("failed to process gpo list: %s\n",