From 2e8a85ec72f2b23cc2b64caa129429971c2fa8c0 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 1 Aug 2011 16:50:51 -0400 Subject: s3:smbd - Move printing queue stuff MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This way we can properly deal with pcap updates in the background queue process if it is enabled (on by default) and not perform these actions in the main smbd process. Signed-off-by: Günther Deschner --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index f1fe0dd061..9bf3bc0399 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -972,6 +972,7 @@ PRINTBACKEND_OBJ = printing/printing.o \ printing/nt_printing_ads.o \ librpc/gen_ndr/ndr_ntprinting.o \ ../librpc/ndr/ndr_ntprinting.o \ + printing/queue_process.o \ $(PRINTBASE_OBJ) SMBD_OBJ = $(SMBD_OBJ_BASE) $(SMBD_OBJ_MAIN) -- cgit