Convert move_driver_to_download_area to use create_conn_struct
authorVolker Lendecke <vl@samba.org>
Sun, 23 Nov 2008 21:46:08 +0000 (22:46 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 24 Nov 2008 10:39:03 +0000 (11:39 +0100)
commit783ab0480b7c1454a95cdb414d3277a8fa543e9a
tree85a90969b2fb88491f74ca201db08d46805f6701
parent798b9e1ad6bbdcf873285d0e1c5008e566744162
Convert move_driver_to_download_area to use create_conn_struct

This removes a use of struct current_user and the vuid

The become_user() here is unnecessary, within the spoolss handling code we have
switched to the authenticated pipe user anyway.

Jerry, please check!
source3/include/proto.h
source3/printing/nt_printing.c
source3/rpc_server/srv_spoolss_nt.c