diff --git a/src/common/forward.c b/src/common/forward.c index 6bd2f2f2bf49c98b0c30a5537b01bd54d16b8466..49a6a062f66c99fd7817af1ffd5128d1c50e6b48 100644 --- a/src/common/forward.c +++ b/src/common/forward.c @@ -215,6 +215,10 @@ void *_forward_thread(void *arg) goto cleanup; } + /* These messages don't have a return message, but if + * we got here things worked out so make note of the + * list of nodes as success. + */ if ((fwd_msg->header.msg_type == REQUEST_SHUTDOWN) || (fwd_msg->header.msg_type == REQUEST_RECONFIGURE) || (fwd_msg->header.msg_type == REQUEST_REBOOT_NODES)) {