Sorry JF - no billable hours :-). I fixed the "stream of events" problem
authorJeremy Allison <jra@samba.org>
Thu, 26 Oct 2000 21:43:13 +0000 (21:43 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 26 Oct 2000 21:43:13 +0000 (21:43 +0000)
commitb5ac72cc646a981469ee65305da83f273c4cd093
tree06908888538dec9a1c19136e660040fa30426a0b
parent01e0d3879ef5de24a6addd0ce00bf3d4de518f7f
Sorry JF - no billable hours :-). I fixed the "stream of events" problem
with PCL drivers. The problem was we were updating the changeid on every
SETPRINTERDATA/DELETEPRINTERDATA call. We should not do this, we should
just update the 'setprinter' called count. We update the changeid on calls
to SETPRINTER/ADDPRINTER/ADDPRINTEREX etc. Also fixed the correct returning
of the create time on printers.
Jeremy.
(This used to be commit 521f09829fd329f87b3d19e8871e2b989c98a58e)
source3/include/proto.h
source3/printing/nt_printing.c
source3/rpc_server/srv_spoolss_nt.c
source3/smbd/sec_ctx.c