summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/samr.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-24 11:44:29 +0100
committerGünther Deschner <gd@samba.org>2008-01-24 13:54:26 +0100
commit3b5913810ccb89dedec286b35454ff6b6d4b1cb5 (patch)
tree2cdb75bbbbae003b4b86c324b403647f711cf5f6 /source3/librpc/gen_ndr/samr.h
parent5695f9b09f2409fd19e1059dbfbbd4a51f33b461 (diff)
downloadsamba-3b5913810ccb89dedec286b35454ff6b6d4b1cb5.tar.gz
samba-3b5913810ccb89dedec286b35454ff6b6d4b1cb5.tar.bz2
samba-3b5913810ccb89dedec286b35454ff6b6d4b1cb5.zip
Fix samr_EnumDomainUsers in samba3, must not be a ref pointer here.
Guenther (This used to be commit 3b87c5ce4f74f8dd01bfdf8859c6c832da15cd24)
Diffstat (limited to 'source3/librpc/gen_ndr/samr.h')
-rw-r--r--source3/librpc/gen_ndr/samr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/samr.h b/source3/librpc/gen_ndr/samr.h
index a512a64380..16e633e47c 100644
--- a/source3/librpc/gen_ndr/samr.h
+++ b/source3/librpc/gen_ndr/samr.h
@@ -946,7 +946,7 @@ struct samr_EnumDomainUsers {
} in;
struct {
- struct samr_SamArray *sam;/* [ref] */
+ struct samr_SamArray *sam;/* [unique] */
uint32_t *num_entries;/* [ref] */
uint32_t *resume_handle;/* [ref] */
NTSTATUS result;