mirror of
https://github.com/curl/curl.git
synced 2026-06-02 00:04:15 +03:00
verifyserver() actually returns the pid of the unsecure http and ftp servers
when verifying the https and ftps servers
This commit is contained in:
parent
6634e3c3a3
commit
cf9259dd92
1 changed files with 2 additions and 2 deletions
|
|
@ -911,7 +911,7 @@ sub runhttpsserver {
|
|||
$doesntrun{$pidfile} = 1;
|
||||
return (0,0);
|
||||
}
|
||||
$pid2 = $pid3;
|
||||
# Here pid3 is actually the pid returned by the unsecure-http server.
|
||||
|
||||
if($verbose) {
|
||||
logmsg "RUN: HTTPS server is now running PID $httpspid\n";
|
||||
|
|
@ -1053,7 +1053,7 @@ sub runftpsserver {
|
|||
$doesntrun{$pidfile} = 1;
|
||||
return (0,0);
|
||||
}
|
||||
$pid2 = $pid3;
|
||||
# Here pid3 is actually the pid returned by the unsecure-ftp server.
|
||||
|
||||
if($verbose) {
|
||||
logmsg "RUN: FTPS server is now running PID $ftpspid\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue