mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 00:28:48 -05:00
Leftover from previous commit
This commit is contained in:
parent
d0f6bde732
commit
c796f2646e
@ -1391,7 +1391,7 @@ sub runsocksserver {
|
|||||||
|
|
||||||
if($sshpid <= 0 || !kill(0, $sshpid)) {
|
if($sshpid <= 0 || !kill(0, $sshpid)) {
|
||||||
# it is NOT alive
|
# it is NOT alive
|
||||||
logmsg "RUN: failed to start the SOCKS server\n";
|
logmsg "RUN: failed to start the $srvrname server\n";
|
||||||
display_sshlog();
|
display_sshlog();
|
||||||
display_sshconfig();
|
display_sshconfig();
|
||||||
display_sshdlog();
|
display_sshdlog();
|
||||||
@ -1404,7 +1404,7 @@ sub runsocksserver {
|
|||||||
# Ugly hack but ssh doesn't support pid files
|
# Ugly hack but ssh doesn't support pid files
|
||||||
my $pid3 = verifyserver("socks",$ip,$port);
|
my $pid3 = verifyserver("socks",$ip,$port);
|
||||||
if(!$pid3) {
|
if(!$pid3) {
|
||||||
logmsg "RUN: SOCKS server failed verification\n";
|
logmsg "RUN: $srvrname server failed verification\n";
|
||||||
# failed to talk to it properly. Kill the server and return failure
|
# failed to talk to it properly. Kill the server and return failure
|
||||||
stopserver("$sshpid $pid2");
|
stopserver("$sshpid $pid2");
|
||||||
$doesntrun{$pidfile} = 1;
|
$doesntrun{$pidfile} = 1;
|
||||||
@ -1413,7 +1413,7 @@ sub runsocksserver {
|
|||||||
$pid2 = $pid3;
|
$pid2 = $pid3;
|
||||||
|
|
||||||
if($verbose) {
|
if($verbose) {
|
||||||
logmsg "RUN: SOCKS server is now running PID $pid2\n";
|
logmsg "RUN: $srvrname server is now running PID $pid2\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
return ($pid2, $sshpid);
|
return ($pid2, $sshpid);
|
||||||
|
Loading…
Reference in New Issue
Block a user