diff options
author | Günther Deschner <gd@samba.org> | 2006-09-18 20:20:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:58 -0500 |
commit | 248768d0adaad173c82d1fadec37909b07515288 (patch) | |
tree | d9ebf9a60aabbe697794450414f0225851fd3d19 /source4/librpc/idl/dfs.idl | |
parent | 43a3eaaf4c2f88859104d1da73e9e8896739889c (diff) | |
download | samba-248768d0adaad173c82d1fadec37909b07515288.tar.gz samba-248768d0adaad173c82d1fadec37909b07515288.tar.bz2 samba-248768d0adaad173c82d1fadec37909b07515288.zip |
r18629: There is no such "unknown" pointer in dfs_Enum().
Guenther
(This used to be commit c5b49d111eec8acde1a8681c56d14d5d1316798b)
Diffstat (limited to 'source4/librpc/idl/dfs.idl')
-rw-r--r-- | source4/librpc/idl/dfs.idl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/librpc/idl/dfs.idl b/source4/librpc/idl/dfs.idl index dc7777111b..6c377da6cc 100644 --- a/source4/librpc/idl/dfs.idl +++ b/source4/librpc/idl/dfs.idl @@ -177,7 +177,6 @@ [in] uint32 level, [in] uint32 bufsize, [in,out,unique] dfs_EnumStruct *info, - [in,unique] uint32 *unknown, [in,out,unique] uint32 *total ); |