s3-printing: remove printer_list_need_refresh
authorDavid Disseldorp <ddiss@suse.de>
Tue, 28 Dec 2010 14:54:54 +0000 (15:54 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 7 Jan 2011 23:37:39 +0000 (15:37 -0800)
commit3e61c97a7e20a55be53f60c761091933ced53570
treea2233c9403476befed018959c6d1b5ea448b73ef
parentff577762b9cb37355f9433850b2119a6411e21da
s3-printing: remove printer_list_need_refresh

printer_list_need_refresh() was used previously to ensure one smbd
process did not attempt to update the printer_list tdb during or soon
after update by another smbd.

It is no longer needed, as pcap updates are now only performed by the
parent smbd process following startup, SIGHUP, config update or printcap
cache time expiry.
source3/printing/pcap.c
source3/printing/printer_list.c
source3/printing/printer_list.h