1
1

Fix segv when the shell is not recognized. Thanks to Mostyn Lewis for

noticing the problem.

This commit was SVN r14483.
Этот коммит содержится в:
Jeff Squyres 2007-04-24 12:00:54 +00:00
родитель 2d04298002
Коммит 0674bbd001

Просмотреть файл

@ -575,7 +575,7 @@ int orte_pls_rsh_launch(orte_jobid_t jobid)
}
if ( i == ORTE_PLS_RSH_SHELL_UNKNOWN ) {
opal_output(0, "WARNING: local probe returned unhandled shell:%s assuming bash\n",
orte_pls_rsh_shell_name[i]);
sh_name);
local_sh = true;
}