diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-04-09 07:29:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:51:10 -0500 |
commit | cfa6311b0c94ab8f38c72f290c3d310907afba48 (patch) | |
tree | de4937b60b3de31bcc39da1ba8532f331b2fbd71 /source4/librpc/idl | |
parent | 040d6261f7281a31a0e0adbf1f6f018de858cffc (diff) | |
download | samba-cfa6311b0c94ab8f38c72f290c3d310907afba48.tar.gz samba-cfa6311b0c94ab8f38c72f290c3d310907afba48.tar.bz2 samba-cfa6311b0c94ab8f38c72f290c3d310907afba48.zip |
r132: fill in the correct default case for the WKSSVC GetInfo call
(This used to be commit 117a82ada32919a91f3bba9c00236fc0112b230c)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/wkssvc.idl | 1 |
1 files changed, 1 insertions, 0 deletions
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( |