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/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 3be15ea02c..266a0e3fad 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -408,7 +408,8 @@ PRINTBACKEND_SRC = '''printing/printing.c printing/nt_printing.c printing/nt_printing_tdb.c printing/nt_printing_migrate_internal.c - printing/nt_printing_ads.c''' + printing/nt_printing_ads.c + printing/queue_process.c''' NMBD_SRC1 = '''nmbd/asyncdns.c nmbd/nmbd.c nmbd/nmbd_become_dmb.c nmbd/nmbd_become_lmb.c nmbd/nmbd_browserdb.c -- cgit