]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/server.c
The scheduler did not run with a high enough priority, causing problems on
[thirdparty/cups.git] / scheduler / server.c
index 04b26d64d2d1fd0180c85a74df0da53eb4a8d987..d28cd4a0b6527f239279e33b43ca247d7fcb175b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Server start/stop routines for the CUPS scheduler.
  *
- * Copyright 2007-2012 by Apple Inc.
+ * Copyright 2007-2017 by Apple Inc.
  * Copyright 1997-2006 by Easy Software Products, all rights reserved.
  *
  * These coded instructions, statements, and computer programs are the
@@ -78,7 +78,7 @@ cupsdStartServer(void)
               CUPSD_EVENT_SERVER_STARTED;
   started   = 1;
 
-  cupsdSetBusyState();
+  cupsdSetBusyState(0);
 }