Skip to content

Commit

Permalink
Revert check_ms change
Browse files Browse the repository at this point in the history
  • Loading branch information
zv0n committed Aug 24, 2020
1 parent 730afcf commit b091c24
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/resmom/mom_comm.c
Original file line number Diff line number Diff line change
Expand Up @@ -3182,6 +3182,8 @@ im_request(int stream, int version)
** )
*/
reply = 1;
if (check_ms(stream, NULL))
goto fini;

hnodenum = disrsi(stream, &ret);
BAIL("JOINJOB nodenum")
Expand Down Expand Up @@ -3315,9 +3317,6 @@ im_request(int stream, int version)

/* np is set from job_nodes_inner */

if (check_ms(stream, pjob))
goto fini;


/*
* NULL value passed to hook_input.vnl
Expand Down

0 comments on commit b091c24

Please sign in to comment.