Skip to content
Snippets Groups Projects
Commit 3db5275e authored by Danny Auble's avatar Danny Auble
Browse files
parent 69a2764d
No related branches found
No related tags found
No related merge requests found
...@@ -94,6 +94,10 @@ static int _set_cond(int *start, int argc, char *argv[], ...@@ -94,6 +94,10 @@ static int _set_cond(int *start, int argc, char *argv[],
if(slurm_addto_char_list(qos_cond->description_list, if(slurm_addto_char_list(qos_cond->description_list,
argv[i]+end)) argv[i]+end))
set = 1; set = 1;
} else if (!strncasecmp (argv[i], "Format",
MAX(command_len, 1))) {
if(format_list)
slurm_addto_char_list(format_list, argv[i]+end);
} else if(!strncasecmp (argv[i], "Ids", MAX(command_len, 1))) { } else if(!strncasecmp (argv[i], "Ids", MAX(command_len, 1))) {
ListIterator itr = NULL; ListIterator itr = NULL;
char *temp = NULL; char *temp = NULL;
......
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