mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
runtests.pl: fixed display of the Gopher IPv6 port number
This commit is contained in:
parent
1bca868f60
commit
de2b31aa5a
@ -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…
Reference in New Issue
Block a user