Progress on CR 601
commit33c7b7522504fb15989f32add8e9a087c8d9d0fa
authorGerald Carter <jerry@samba.org>
Tue, 25 Feb 2003 20:51:23 +0000 (25 20:51 +0000)
committerGerald Carter <jerry@samba.org>
Tue, 25 Feb 2003 20:51:23 +0000 (25 20:51 +0000)
tree7bbaffd93084d75e4e500edc751c80d0cd44ff3b
parent923425e497112c5d1e2e569da6c13dcd02b6a8af
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.
source/include/nt_printing.h
source/printing/nt_printing.c
source/registry/reg_printing.c
source/rpc_parse/parse_spoolss.c
source/rpc_server/srv_spoolss_nt.c
source/smbd/lanman.c