Progress on CR 601
authorGerald Carter <jerry@samba.org>
Tue, 25 Feb 2003 20:53:53 +0000 (20:53 +0000)
committerGerald Carter <jerry@samba.org>
Tue, 25 Feb 2003 20:53:53 +0000 (20:53 +0000)
commit31272d3b6bb9ec62fd666301c7adfa0c1720a99b
treec99c3a908739a1dd7bd66ff6b831a3ee1d8715f0
parent9634b1fba059228d436198629a5c7cf01fb6736c
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