Sorry JF - no billable hours :-). I fixed the "stream of events" problem
commit521f09829fd329f87b3d19e8871e2b989c98a58e
authorJeremy Allison <jra@samba.org>
Thu, 26 Oct 2000 21:43:13 +0000 (26 21:43 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 26 Oct 2000 21:43:13 +0000 (26 21:43 +0000)
tree604af881bae2788dc1b9babdb06e5da17265517b
parent0435af4417b876c2ea1dd4591ae7647784c28e30
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.
source/include/proto.h
source/printing/nt_printing.c
source/rpc_server/srv_spoolss_nt.c
source/smbd/sec_ctx.c