diff options
author | Gerald Carter <jerry@samba.org> | 2006-09-20 17:56:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:00:52 -0500 |
commit | 9dda6cdf4c3034620b90bb418bfaebeabb5aeca2 (patch) | |
tree | d03a2235015673cc12b8dcc90d165e65eec91b23 /source3/librpc/idl | |
parent | 77a7066d79dd0cb26a63d70295b318b70e12ea17 (diff) | |
download | samba-9dda6cdf4c3034620b90bb418bfaebeabb5aeca2.tar.gz samba-9dda6cdf4c3034620b90bb418bfaebeabb5aeca2.tar.bz2 samba-9dda6cdf4c3034620b90bb418bfaebeabb5aeca2.zip |
r18725: Replace out one wkssvc call (wkssrv_GetInfo()) with autogenerated
code. Removed first rpc_parse/*.c file. w00t!
(This used to be commit bb9b7a058d72569bee5683856661ac063c281c9f)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/wkssvc.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/wkssvc.idl b/source3/librpc/idl/wkssvc.idl index 8c789fd8ca..80fe4efa1a 100644 --- a/source3/librpc/idl/wkssvc.idl +++ b/source3/librpc/idl/wkssvc.idl @@ -217,7 +217,7 @@ WERROR wkssvc_NetWkstaTransportEnum ( [in] [string,charset(UTF16)] uint16 *server_name, [in,out,ref] uint32 *level, - [in,out,switch_is(level),ref] wkssvc_NetWkstaTransportCtr *ctr, + [in,out,switch_is(*level),ref] wkssvc_NetWkstaTransportCtr *ctr, [in] uint32 max_buffer, [out] uint32 *totalentries, [in,out,ref] uint32 *resume_handle |