r18624: path is a ref pointer in dfs_GetInfo().
authorGünther Deschner <gd@samba.org>
Mon, 18 Sep 2006 19:51:27 +0000 (19:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:57 +0000 (14:18 -0500)
torture test to follow.

Guenther
(This used to be commit bfaeef756316852fbaa4a2bbc31b190b8b05c89f)

source4/librpc/idl/dfs.idl

index 82c04ad67af8ce003ba247ddee9eb14d37c42aa0..62e0fb900a926eccd8b275e53b6466038b8b167b 100644 (file)
        } 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,