]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Mirror 1.1.x changes.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 31 Mar 2003 19:37:17 +0000 (19:37 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 31 Mar 2003 19:37:17 +0000 (19:37 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@3550 7a7537e8-13f0-0310-91df-b6672ffda945

scheduler/job.c

index 1e3bd8990095b0ac2615cc97d259de2b15e116d0..08c78aff58b1b3da45ec555d0870e314e18697dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: job.c,v 1.124.2.59 2003/03/30 21:49:20 mike Exp $"
+ * "$Id: job.c,v 1.124.2.60 2003/03/31 19:37:17 mike Exp $"
  *
  *   Job management routines for the Common UNIX Printing System (CUPS).
  *
@@ -395,6 +395,8 @@ FreeAllJobs(void)
        *next;          /* Next job */
 
 
+  HoldSignals();
+
   StopAllJobs();
 
   for (job = Jobs; job; job = next)
@@ -413,6 +415,8 @@ FreeAllJobs(void)
   }
 
   Jobs = NULL;
+
+  ReleaseSignals();
 }
 
 
@@ -2704,5 +2708,5 @@ start_process(const char *command,        /* I - Full path to command */
 
 
 /*
- * End of "$Id: job.c,v 1.124.2.59 2003/03/30 21:49:20 mike Exp $".
+ * End of "$Id: job.c,v 1.124.2.60 2003/03/31 19:37:17 mike Exp $".
  */