Skip to content

Commit

Permalink
Fix broken build caused by commit ef66b2e
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbigagli committed Jun 3, 2015
1 parent 5e5d71a commit 50e0d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slurmd/slurmstepd/slurmstepd_job.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ static void
_job_init_task_info(stepd_step_rec_t *job, uint32_t **gtid,
char *ifname, char *ofname, char *efname)
{
int i, j, node_id = job->nodeid;
int i, node_id = job->nodeid;
char *in, *out, *err;

if (job->node_tasks == 0) {
Expand Down

0 comments on commit 50e0d6e

Please sign in to comment.