s3-printing: remove unneeded local_pcap_copy global
commitb0fe017917bf891d401a9f2a61a4f47805f89281
authorDavid Disseldorp <ddiss@suse.de>
Thu, 30 Dec 2010 13:32:29 +0000 (30 14:32 +0100)
committerAndreas Schneider <asn@samba.org>
Mon, 7 Mar 2011 09:42:14 +0000 (7 10:42 +0100)
tree65e430027ba24b904e5326669157dfd5561274a8
parent2a791861462977a82b33ad57a4d5203dc9270aff
s3-printing: remove unneeded local_pcap_copy global

The cups local_pcap_copy global served as a temporary buffer during
asynchronous cups printcap cache updates, as well as indicating when
the printcap cache had not yet been filled and printcap cache update
should block.

As smbd printcap reads are now triggered by the parent smbd following
printcap cache update, the variable and blocking mechanism are no longer
needed.
source3/printing/print_cups.c