1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-25 14:50:24 +03:00

Fix IDL for srvsvc_NetSetFileSecurity and srvsvc_NetGetFileSecurity.

Guenther
(This used to be commit 0785acede41301af071db4e8a4c118a44f0454d8)
This commit is contained in:
Günther Deschner 2008-03-08 00:27:41 +01:00
parent 45c91e7d75
commit a97de32cb2

View File

@ -1416,7 +1416,7 @@ import "security.idl", "svcctl.idl";
[in,unique] [string,charset(UTF16)] uint16 *share,
[in] [string,charset(UTF16)] uint16 file[],
[in] security_secinfo securityinformation,
[out,unique] sec_desc_buf *sd_buf
[out,ref] sec_desc_buf **sd_buf
);
/******************/
@ -1426,7 +1426,7 @@ import "security.idl", "svcctl.idl";
[in,unique] [string,charset(UTF16)] uint16 *share,
[in] [string,charset(UTF16)] uint16 file[],
[in] security_secinfo securityinformation,
[in] sec_desc_buf sd_buf
[in,ref] sec_desc_buf *sd_buf
);