From 9ce64166731dcacf7e2774380fe58ec780568d2e Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 3 Aug 2011 17:04:50 -0400 Subject: s3-printing: Rework how the background process is started Signed-off-by: Andreas Schneider --- source3/smbd/globals.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/globals.c') diff --git a/source3/smbd/globals.c b/source3/smbd/globals.c index 8cc1a31aec..5cba80fb89 100644 --- a/source3/smbd/globals.c +++ b/source3/smbd/globals.c @@ -60,6 +60,7 @@ bool logged_ioctl_message = false; time_t last_smb_conf_reload_time = 0; time_t last_printer_reload_time = 0; +pid_t background_lpq_updater_pid = -1; /**************************************************************************** structure to hold a linked list of queued messages. -- cgit