improving [3361]: moved one of the added return values

This commit is contained in:
Tobias Brunner
2007-11-22 11:22:33 +00:00
parent f210387a6b
commit 17d6e9aa00
+2 -1
View File
@@ -1241,8 +1241,9 @@ static job_requeue_t initiate_mediated(initiate_data_t *data)
else
{
/* this should (can?) not happen */
return JOB_REQUEUE_NONE;
}
return JOB_REQUEUE_NONE;
}
/**