mirror of
https://github.com/curl/curl.git
synced 2025-02-05 14:30:10 +08:00
Ooops
This commit is contained in:
parent
f09fe4b49f
commit
2b63eb8511
@ -671,7 +671,7 @@ sub verifyssh {
|
||||
# since runsshserver() unlinks previous pidfile
|
||||
if(!kill(0, $pid)) {
|
||||
logmsg "RUN: SSH server has died after starting up\n";
|
||||
checkdied($pid)
|
||||
checkdied($pid);
|
||||
unlink($SSHPIDFILE);
|
||||
$pid = -1;
|
||||
}
|
||||
@ -694,7 +694,7 @@ sub verifysocks {
|
||||
# since runsocksserver() unlinks previous pidfile
|
||||
if(!kill(0, $pid)) {
|
||||
logmsg "RUN: SOCKS server has died after starting up\n";
|
||||
checkdied($pid)
|
||||
checkdied($pid);
|
||||
unlink($SOCKSPIDFILE);
|
||||
$pid = -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user