summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srvsvc.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-08 00:28:38 +0100
committerGünther Deschner <gd@samba.org>2008-03-08 00:28:38 +0100
commitc534eea8665a3b9341db967b7feb454177794d2a (patch)
tree4f7d2cfa274e4a24987e3c9c2b1c4492f2fe400e /source3/librpc/gen_ndr/srvsvc.h
parenta97de32cb26971dc8136987ee90e31543ffb6ced (diff)
downloadsamba-c534eea8665a3b9341db967b7feb454177794d2a.tar.gz
samba-c534eea8665a3b9341db967b7feb454177794d2a.tar.bz2
samba-c534eea8665a3b9341db967b7feb454177794d2a.zip
Re-run make idl.
Guenther (This used to be commit 85007cf3f2e3df67c524cc67442396c114f6b784)
Diffstat (limited to 'source3/librpc/gen_ndr/srvsvc.h')
-rw-r--r--source3/librpc/gen_ndr/srvsvc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/srvsvc.h b/source3/librpc/gen_ndr/srvsvc.h
index 8b85736ee4..cf3f2372ae 100644
--- a/source3/librpc/gen_ndr/srvsvc.h
+++ b/source3/librpc/gen_ndr/srvsvc.h
@@ -1641,7 +1641,7 @@ struct srvsvc_NetGetFileSecurity {
} in;
struct {
- struct sec_desc_buf *sd_buf;/* [unique] */
+ struct sec_desc_buf **sd_buf;/* [ref] */
WERROR result;
} out;
@@ -1654,7 +1654,7 @@ struct srvsvc_NetSetFileSecurity {
const char *share;/* [unique,charset(UTF16)] */
const char *file;/* [charset(UTF16)] */
uint32_t securityinformation;
- struct sec_desc_buf sd_buf;
+ struct sec_desc_buf *sd_buf;/* [ref] */
} in;
struct {