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

Increase buffer size for hostlist.

parent 62ddc0a0
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ extern int job_will_run(char *cmd_ptr, int *err_code, char **err_msg)
char *arg_ptr, *task_ptr, *node_ptr, *tmp_char;
int i;
uint32_t jobid;
char host_string[1024];
char host_string[2048];
arg_ptr = strstr(cmd_ptr, "ARG=");
if (arg_ptr == 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