Skip to content

Commit

Permalink
Merge pull request #1617 from chu11/jobfallthroughbug
Browse files Browse the repository at this point in the history
modules/job: Fix fallthrough error case bug
  • Loading branch information
garlick authored Aug 15, 2018
2 parents 9095ed9 + e0dac1a commit 62a8aa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/wreck/job.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@ static void cmb_exec_cb (flux_future_t *f, void *arg)
"status", &status, "pid", &pid) < 0) {
flux_log_error (h, "cmb_exec_cb: flux_msg_unpack");
flux_future_destroy (f);
return;
}

if (type && strcmp (type, "io") == 0)
Expand Down

0 comments on commit 62a8aa5

Please sign in to comment.