git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4063
91ce42f0-d328-0410-95d8-
f526ca767f89
*/
static bool job_check_maxruntime(JCR *control_jcr, JCR *jcr)
{
- bool cancel = false;
-
if (jcr->job->MaxRunTime == 0 || job_canceled(jcr)) {
return false;
}
Dmsg3(200, "MaxRunTime result: %scancel JCR %p (%s)\n",
cancel ? "" : "do not ", jcr, jcr->job);
#endif
- return cancel;
+ return true;
}
/*
#undef VERSION
#define VERSION "2.1.1"
-#define BDATE "26 January 2007"
-#define LSMDATE "26Jan07"
+#define BDATE "28 January 2007"
+#define LSMDATE "28Jan07"
#define PROG_COPYRIGHT "Copyright (C) %d-2007 Free Software Foundation Europe e.V.\n"
#define BYEAR "2007" /* year for copyright messages in progs */
Technical notes on version 2.1
General:
+28Jan08
+kes Fix maxruntime bug #621.
26Jan07
-ebl Implements the include JobID in spool file name project.
+ebl Implement the include JobID in spool file name project.
kes Reorder projects file in order determined by Jan 2007 vote.
kes Implement item #12 on project list -- quick release of FD by
the SD.