mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:04:15 +03:00
Ooops
This commit is contained in:
parent
f09fe4b49f
commit
2b63eb8511
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue