From 2f6e8a75e3027cabe02791b1266a0229a2243095 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 7 Feb 2008 14:24:21 +0100 Subject: Re-run make idl. Guenther (This used to be commit cfaf47883d7135d66d5d40c7d474b8dbf60eb64d) --- source3/librpc/gen_ndr/samr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc/gen_ndr/samr.h') diff --git a/source3/librpc/gen_ndr/samr.h b/source3/librpc/gen_ndr/samr.h index 085604dd71..d02b577612 100644 --- a/source3/librpc/gen_ndr/samr.h +++ b/source3/librpc/gen_ndr/samr.h @@ -1316,7 +1316,7 @@ struct samr_GetGroupsForUser { } in; struct { - struct samr_RidWithAttributeArray *rids;/* [ref] */ + struct samr_RidWithAttributeArray **rids;/* [ref] */ NTSTATUS result; } out; -- cgit