1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00

r18624: path is a ref pointer in dfs_GetInfo().

torture test to follow.

Guenther
(This used to be commit bfaeef756316852fbaa4a2bbc31b190b8b05c89f)
This commit is contained in:
Günther Deschner 2006-09-18 19:51:27 +00:00 committed by Gerald (Jerry) Carter
parent 2ccef5554f
commit 18dcabaae0

View File

@ -112,7 +112,7 @@
} dfs_Info;
WERROR dfs_GetInfo (
[in,string,charset(UTF16)] uint16 *path,
[in,ref,string,charset(UTF16)] uint16 *path,
[in,unique,string,charset(UTF16)] uint16 *server,
[in,unique,string,charset(UTF16)] uint16 *share,
[in] uint32 level,