Improve core dump detection
The core dump detection now properly distinguishes core dumps and ssh failures.
This commit is contained in:
@ -166,8 +166,6 @@ int Nodes::ssh_node(int node, const char *ssh, bool sudo)
|
||||
|
||||
|
||||
free(cmd);
|
||||
return rc;
|
||||
|
||||
|
||||
if (WIFEXITED(rc))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user