Progress on CR 601
authorGerald Carter <jerry@samba.org>
Tue, 25 Feb 2003 20:51:23 +0000 (20:51 +0000)
committerGerald Carter <jerry@samba.org>
Tue, 25 Feb 2003 20:51:23 +0000 (20:51 +0000)
commit7c7d796b6d292a7c98b099ad1e1adbc4f2363512
treecbd12e1a85aa8f470a598e87be47c7be097895fe
parent3a2f56cb630a7566ef0a70052b3102651bf653cc
Progress on CR 601

cache the printer_info_2 with the open printer handle.
cache is invalidated on a mod_a_printer() call **on that smbd**.

Yes, this means that the window for admins to step on each other
from different clients just got larger, but since handles a generally
short lived this is probably ok.
(This used to be commit 33c7b7522504fb15989f32add8e9a087c8d9d0fa)
source3/include/nt_printing.h
source3/printing/nt_printing.c
source3/registry/reg_printing.c
source3/rpc_parse/parse_spoolss.c
source3/rpc_server/srv_spoolss_nt.c
source3/smbd/lanman.c