Simplified server pipe implementation by changing arguments passed down
authorTim Potter <tpot@samba.org>
Fri, 16 Jun 2000 08:15:01 +0000 (08:15 +0000)
committerTim Potter <tpot@samba.org>
Fri, 16 Jun 2000 08:15:01 +0000 (08:15 +0000)
commitbc21403497c0694d22f8e8212b7efa1f17e415a7
tree6204b4be9b5c83cbc95ec0fd0b2e80bc81439001
parentea2945881dcce1e6c204cba13c0da169d149cbb3
Simplified server pipe implementation by changing arguments passed down
through to the individual pipe api calls.  Instead of passing two
prs_struct pointers, we now pass the pipes_struct pointer which contains
the former information as well as other useful stuff like the vuid.

Pass the vuid from the pipes_struct down to the lower level spoolss
functions to perform security checks.
(This used to be commit f6436aacd631abeda60b87d671993f9e426cc684)
source3/rpc_server/srv_spoolss.c