mirror of
https://github.com/curl/curl.git
synced 2026-08-02 21:10:33 +03:00
servers.pm: fix to check gopher6 server on its ipv6 port
Found by Codex Security Closes #21016
This commit is contained in:
parent
43397b0283
commit
585955cd9a
1 changed files with 1 additions and 1 deletions
|
|
@ -2461,7 +2461,7 @@ sub startservers {
|
|||
elsif($what eq "gopher-ipv6") {
|
||||
if($run{'gopher-ipv6'} &&
|
||||
!responsive_http_server("gopher", $verbose, "ipv6",
|
||||
protoport("gopher"))) {
|
||||
protoport("gopher6"))) {
|
||||
if(stopserver('gopher-ipv6')) {
|
||||
return ("failed stopping unresponsive GOPHER-IPv6 server", 3);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue