s3-rpc_server: Created a per connection spoolss pipe.
authorSimo Sorce <idra@samba.org>
Wed, 28 Apr 2010 13:51:12 +0000 (09:51 -0400)
committerGünther Deschner <gd@samba.org>
Wed, 26 May 2010 13:07:57 +0000 (15:07 +0200)
commit8aa96566a96413384b7c8af0143c4ed1af100492
tree656fb67679b91a2d024f1b735ea9e1e389568e36
parent83b2fd30215c5286f0f05bddce76bd5e0959c5c8
s3-rpc_server: Created a per connection spoolss pipe.

This way all code can reuse the same connection to spoolss
and not have to deal with the creation of a new pipe all over the
code every time we need to ask a service off spoolss.

Signed-off-by: Günther Deschner <gd@samba.org>
source3/include/proto.h
source3/include/smb.h
source3/rpc_server/srv_pipe_hnd.c