summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-29 14:03:09 +0100
committerGünther Deschner <gd@samba.org>2008-10-31 02:44:30 +0100
commit0688173c27793fc6c1125a2c8ffd6b391d2a3733 (patch)
tree0c9f841d760b7d997da816f4c04fa7d5b8054d6f /source4
parent9fd82703d17b4dc524d2c7689438b92738c63d23 (diff)
downloadsamba-0688173c27793fc6c1125a2c8ffd6b391d2a3733.tar.gz
samba-0688173c27793fc6c1125a2c8ffd6b391d2a3733.tar.bz2
samba-0688173c27793fc6c1125a2c8ffd6b391d2a3733.zip
s4-srvsvc: merge srvsvc_NetPathCanonicalize from s3 idl.
Guenther
Diffstat (limited to 'source4')
-rw-r--r--source4/librpc/idl/srvsvc.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/srvsvc.idl b/source4/librpc/idl/srvsvc.idl
index 22e2a23073..e890ce8773 100644
--- a/source4/librpc/idl/srvsvc.idl
+++ b/source4/librpc/idl/srvsvc.idl
@@ -1361,7 +1361,7 @@ import "security.idl", "svcctl.idl";
[out] [size_is(maxbuf)] uint8 can_path[],
[in] uint32 maxbuf,
[in] [string,charset(UTF16)] uint16 prefix[],
- [in,out] uint32 pathtype,
+ [in,out,ref] uint32 *pathtype,
[in] uint32 pathflags
);