summary refs log tree commit diff
path: root/pkgs/misc/cups/cups-clean-dirty.patch
blob: 0bdc8198e8fb840adb85c9d9a724189b457f6d5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/scheduler/main.c b/scheduler/main.c
index 8925c8373..acf031684 100644
--- a/scheduler/main.c
+++ b/scheduler/main.c
@@ -893,7 +893,7 @@ main(int  argc,				/* I - Number of command-line args */
     * Write dirty config/state files...
     */
 
-    if (DirtyCleanTime && current_time >= DirtyCleanTime && cupsArrayCount(Clients) == 0)
+    if (DirtyCleanTime && current_time >= DirtyCleanTime)
       cupsdCleanDirty();
 
 #ifdef __APPLE__