From 071d0a4e5014bbfc06047d696f3d349b20dc4d45 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 22 Apr 2008 23:11:21 +0200 Subject: IDL: rerun make idl. Guenther (This used to be commit c92b585cc42ba9f42727512c08c896ee40e5e319) --- source3/librpc/gen_ndr/samr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 37e27aae91..522c6a9cec 100644 --- a/source3/librpc/gen_ndr/samr.h +++ b/source3/librpc/gen_ndr/samr.h @@ -1358,7 +1358,7 @@ struct samr_GetDisplayEnumerationIndex { struct { struct policy_handle *domain_handle;/* [ref] */ uint16_t level; - struct lsa_String name; + struct lsa_String *name;/* [ref] */ } in; struct { @@ -1470,7 +1470,7 @@ struct samr_GetDisplayEnumerationIndex2 { struct { struct policy_handle *domain_handle;/* [ref] */ uint16_t level; - struct lsa_String name; + struct lsa_String *name;/* [ref] */ } in; struct { -- cgit