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

Fix IDL for srvsvc_NetShareAdd().

Guenther
(This used to be commit 1e7d77766e282c8c20d03d1b1e80346468848ea9)
This commit is contained in:
Günther Deschner 2008-03-07 23:55:01 +01:00
parent 91710a5f85
commit 00255e12d7

View File

@ -552,7 +552,7 @@ import "security.idl", "svcctl.idl";
WERROR srvsvc_NetShareAdd(
[in,unique] [string,charset(UTF16)] uint16 *server_unc,
[in] uint32 level,
[in,switch_is(level)] srvsvc_NetShareInfo info,
[in,ref,switch_is(level)] srvsvc_NetShareInfo *info,
[in,out,unique] uint32 *parm_error
);