1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

runtests.pl: fixed display of the Gopher IPv6 port number

This commit is contained in:
Dan Fandrich 2017-03-20 23:37:57 +01:00
parent 1bca868f60
commit de2b31aa5a

View File

@ -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);