From 499e51b5a917388153f09d3203f14ff8c733bf52 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 9 Dec 2005 04:11:44 +0000 Subject: r12136: fixed a bug in NetWkstaTransportEnum() from the recent merge with ethereal idl (This used to be commit 5ce6a62f2e8fd27e50bcbdcf13d34c60e70c9923) --- source4/librpc/idl/wkssvc.idl | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/librpc') 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 ); -- cgit