mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Fixed PID detection
This commit is contained in:
@@ -269,7 +269,8 @@ if ($file) {
|
||||
return &check_pid_file($file);
|
||||
}
|
||||
else {
|
||||
return &find_byname("sshd");
|
||||
local ($rv) = &find_byname("sshd");
|
||||
return $rv;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user