diff --git a/orte/mca/plm/rsh/plm_rsh_module.c b/orte/mca/plm/rsh/plm_rsh_module.c index 6e6ddbebe1..82732a0d93 100644 --- a/orte/mca/plm/rsh/plm_rsh_module.c +++ b/orte/mca/plm/rsh/plm_rsh_module.c @@ -757,7 +757,7 @@ static void ssh_child(int argc, char **argv, free(var); /* setup stdin if verbosity is not set */ - if (0 > opal_output_get_verbosity(orte_plm_globals.output)) { + if (0 >= opal_output_get_verbosity(orte_plm_globals.output)) { fdin = open("/dev/null", O_RDWR); dup2(fdin, 0); close(fdin);