fix the reply of rpc_alter_context
authorJean-François Micouleau <jfm@samba.org>
Tue, 15 Feb 2000 18:07:45 +0000 (18:07 +0000)
committerJean-François Micouleau <jfm@samba.org>
Tue, 15 Feb 2000 18:07:45 +0000 (18:07 +0000)
commit8688933c7feb87179c178a30e4fc42970fe1da8f
tree8ef350f73284081739058e446ac9e740fd0f7c35
parent13ac8fd847f9cc0a7c7d04034dfb8214edccbe48
fix the reply of rpc_alter_context
OpenPrinterEx is now decoding correctly the query
most of the EnumXXX use the new_buffer struct.
check the (un)marshalling return code.

conclusion: still a long way to go. all the client code has to be
rewritten, and I still wonder how to implement correctly the notify stuff.
(This used to be commit 3d6d3863751787b08d40268c83221add1487a5c9)
source3/include/proto.h
source3/include/rpc_spoolss.h
source3/printing/nt_printing.c
source3/rpc_parse/parse_prs.c
source3/rpc_parse/parse_spoolss.c
source3/rpc_server/srv_pipe_srv.c
source3/rpc_server/srv_spoolss.c
source3/rpc_server/srv_spoolss_nt.c