1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
This commit is contained in:
Yang Tse 2008-01-12 00:12:16 +00:00
parent f09fe4b49f
commit 2b63eb8511

View File

@ -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;
}