mirror of
https://github.com/curl/curl.git
synced 2026-05-17 12:46:24 +03:00
runtests.pl: fixed display of the Gopher IPv6 port number
This commit is contained in:
parent
1bca868f60
commit
de2b31aa5a
1 changed files with 1 additions and 1 deletions
|
|
@ -2684,7 +2684,7 @@ sub checksystem {
|
|||
}
|
||||
logmsg sprintf("\n* GOPHER/%d ", $GOPHERPORT);
|
||||
if($gopher_ipv6) {
|
||||
logmsg sprintf("GOPHER-IPv6/%d", $GOPHERPORT);
|
||||
logmsg sprintf("GOPHER-IPv6/%d", $GOPHER6PORT);
|
||||
}
|
||||
logmsg sprintf("\n* SSH/%d ", $SSHPORT);
|
||||
logmsg sprintf("SOCKS/%d ", $SOCKSPORT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue