From cfa6311b0c94ab8f38c72f290c3d310907afba48 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 9 Apr 2004 07:29:34 +0000 Subject: r132: fill in the correct default case for the WKSSVC GetInfo call (This used to be commit 117a82ada32919a91f3bba9c00236fc0112b230c) --- source4/librpc/idl/wkssvc.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/wkssvc.idl b/source4/librpc/idl/wkssvc.idl index 9a92d4e3e0..cf067583d5 100644 --- a/source4/librpc/idl/wkssvc.idl +++ b/source4/librpc/idl/wkssvc.idl @@ -85,6 +85,7 @@ [case(101)] wkssvc_NetWkstaInfo101 *info101; [case(102)] wkssvc_NetWkstaInfo102 *info102; [case(502)] wkssvc_NetWkstaInfo502 *info502; + [default] ; } wkssvc_NetWkstaInfo; WERROR wkssvc_NetWkstaGetInfo( -- cgit