diff options
author | Günther Deschner <gd@samba.org> | 2008-10-29 14:04:28 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-31 02:44:30 +0100 |
commit | f151246e53859b03c6de1d352aa872ebef3e4103 (patch) | |
tree | ca9084835299e7793e805633469399b2cc24fe62 /source4 | |
parent | 0688173c27793fc6c1125a2c8ffd6b391d2a3733 (diff) | |
download | samba-f151246e53859b03c6de1d352aa872ebef3e4103.tar.gz samba-f151246e53859b03c6de1d352aa872ebef3e4103.tar.bz2 samba-f151246e53859b03c6de1d352aa872ebef3e4103.zip |
s4-srvsvc: merge srvsvc_NetPathType from s3 idl.
Guenther
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/srvsvc.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/srvsvc.idl b/source4/librpc/idl/srvsvc.idl index e890ce8773..a3faaad1fd 100644 --- a/source4/librpc/idl/srvsvc.idl +++ b/source4/librpc/idl/srvsvc.idl @@ -1350,7 +1350,7 @@ import "security.idl", "svcctl.idl"; [in,unique] [string,charset(UTF16)] uint16 *server_unc, [in] [string,charset(UTF16)] uint16 path[], [in] uint32 pathflags, - [out] uint32 pathtype + [out,ref] uint32 *pathtype ); /******************/ |