summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srvsvc.h
diff options
context:
space:
mode:
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 {