Author: tridge Date: 2005-12-09 04:11:44 +0000 (Fri, 09 Dec 2005) New Revision: 12136
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12136 Log: fixed a bug in NetWkstaTransportEnum() from the recent merge with ethereal idl Modified: branches/SAMBA_4_0/source/librpc/idl/wkssvc.idl Changeset: Modified: branches/SAMBA_4_0/source/librpc/idl/wkssvc.idl =================================================================== --- branches/SAMBA_4_0/source/librpc/idl/wkssvc.idl 2005-12-09 00:04:38 UTC (rev 12135) +++ branches/SAMBA_4_0/source/librpc/idl/wkssvc.idl 2005-12-09 04:11:44 UTC (rev 12136) @@ -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 );
