added two return statements comitted by Marius Tomaschewski
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -955,6 +955,7 @@ gen_reqid(void)
|
||||
} while (reqid != start);
|
||||
|
||||
exit_log("unable to allocate reqid");
|
||||
return 0; /* never reached ... */
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user