diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-12-09 04:11:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:13 -0500 |
commit | 499e51b5a917388153f09d3203f14ff8c733bf52 (patch) | |
tree | c80e6bef1dc8a88b26dda51cb47a71d195efbed5 /source4 | |
parent | 38b0dde1148a55040f9c1948a510ee67273f8a49 (diff) | |
download | samba-499e51b5a917388153f09d3203f14ff8c733bf52.tar.gz samba-499e51b5a917388153f09d3203f14ff8c733bf52.tar.bz2 samba-499e51b5a917388153f09d3203f14ff8c733bf52.zip |
r12136: fixed a bug in NetWkstaTransportEnum() from the recent merge with ethereal idl
(This used to be commit 5ce6a62f2e8fd27e50bcbdcf13d34c60e70c9923)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/wkssvc.idl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/librpc/idl/wkssvc.idl b/source4/librpc/idl/wkssvc.idl index b765e896ff..f1fae47c23 100644 --- a/source4/librpc/idl/wkssvc.idl +++ b/source4/librpc/idl/wkssvc.idl @@ -222,7 +222,6 @@ [in,out] uint32 level, [in,out,switch_is(level),ref] wkssvc_NetWkstaTransportCtr *ctr, [in] uint32 max_buffer, - [out] uint32 *entriesread, [out] uint32 totalentries, [in,out] uint32 *resume_handle ); |