Skip to content
Snippets Groups Projects
Commit 9f1e6b31 authored by Moe Jette's avatar Moe Jette
Browse files

update variable name no_requeue->requeue

parent e6a711e8
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ hv_to_job_desc_msg(HV* hv, job_desc_msg_t* job_desc_msg)
FETCH_FIELD(hv, job_desc_msg, begin_time, time_t, FALSE);
FETCH_FIELD(hv, job_desc_msg, mail_type, uint16_t, FALSE);
FETCH_FIELD(hv, job_desc_msg, mail_user, charp, FALSE);
FETCH_FIELD(hv, job_desc_msg, no_requeue, uint16_t, FALSE);
FETCH_FIELD(hv, job_desc_msg, requeue, uint16_t, FALSE);
/* geometry */
#if SYSTEM_DIMENSIONS
if((svp = hv_fetch(hv, "geometry", 8, FALSE))) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment