added two return statements comitted by Marius Tomaschewski

This commit is contained in:
Andreas Steffen
2007-11-21 23:42:27 +00:00
parent 8b531fb5d1
commit f210387a6b
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -1240,7 +1240,8 @@ static job_requeue_t initiate_mediated(initiate_data_t *data)
}
else
{
// this should (can?) not happen
/* this should (can?) not happen */
return JOB_REQUEUE_NONE;
}
}
+1
View File
@@ -955,6 +955,7 @@ gen_reqid(void)
} while (reqid != start);
exit_log("unable to allocate reqid");
return 0; /* never reached ... */
}
void