git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@3550
7a7537e8-13f0-0310-91df-
b6672ffda945
/*
- * "$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).
*
*next; /* Next job */
+ HoldSignals();
+
StopAllJobs();
for (job = Jobs; job; job = next)
}
Jobs = NULL;
+
+ ReleaseSignals();
}
/*
- * 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 $".
*/