Fixed PID detection

This commit is contained in:
Jamie Cameron
2008-02-27 22:35:18 +00:00
parent 02b3ce5b1d
commit acfc3b87f8

View File

@@ -269,7 +269,8 @@ if ($file) {
return &check_pid_file($file);
}
else {
return &find_byname("sshd");
local ($rv) = &find_byname("sshd");
return $rv;
}
}