diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-22 09:45:40 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-22 09:45:40 +0000 |
commit | 0b0ca9f75429e16b4ab3114cc38e16d0f9d9fa62 (patch) | |
tree | 8e25f79164066eaaf321937ed95c14823d157a8f /source4/librpc/idl/dfs.idl | |
parent | 4666ec9301ebb753c846f4a79a008bc088cf0c02 (diff) | |
download | samba-0b0ca9f75429e16b4ab3114cc38e16d0f9d9fa62.tar.gz samba-0b0ca9f75429e16b4ab3114cc38e16d0f9d9fa62.tar.bz2 samba-0b0ca9f75429e16b4ab3114cc38e16d0f9d9fa62.zip |
dfs torture test now passes
(This used to be commit 201cb6116df8ad74569d78827815855105a1ea11)
Diffstat (limited to 'source4/librpc/idl/dfs.idl')
-rw-r--r-- | source4/librpc/idl/dfs.idl | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/source4/librpc/idl/dfs.idl b/source4/librpc/idl/dfs.idl index fd9e164ffa..16c1974474 100644 --- a/source4/librpc/idl/dfs.idl +++ b/source4/librpc/idl/dfs.idl @@ -18,7 +18,7 @@ /******************/ /* Function: 0x01 */ - NTSTATUS dfs_Add ( + WERROR dfs_Add ( [in,ref] unistr *path, [in,ref] unistr *server, [in] unistr *share, @@ -28,7 +28,7 @@ /******************/ /* Function: 0x02 */ - NTSTATUS dfs_Remove ( + WERROR dfs_Remove ( [in,ref] unistr *path, [in] unistr *server, [in] unistr *share @@ -36,7 +36,7 @@ /******************/ /* Function: 0x03 */ - NTSTATUS dfs_SetInfo (); + WERROR dfs_SetInfo (); /******************/ /* Function: 0x04 */ @@ -105,11 +105,10 @@ [case(100)] dfs_Info100 *info100; [case(101)] dfs_Info101 *info101; [case(102)] dfs_Info102 *info102; - [case(200)] dfs_Info200 *info200; - [case(300)] dfs_Info300 *info300; + [default] ; } dfs_Info; - NTSTATUS dfs_GetInfo ( + WERROR dfs_GetInfo ( [in,ref] unistr *path, [in] unistr *server, [in] unistr *share, @@ -165,7 +164,7 @@ [switch_is(level)] dfs_EnumInfo e; } dfs_EnumStruct; - NTSTATUS dfs_Enum ( + WERROR dfs_Enum ( [in] uint32 level, [in] uint32 bufsize, [in,out] dfs_EnumStruct *info, |