Blame SOURCES/nmap-ipv6_literal_proxy.patch

a41e58
--- a/ncat/ncat_connect.c
a41e58
+++ b/ncat/ncat_connect.c
a41e58
@@ -353,7 +353,7 @@ static const char *sock_to_url(char *host_str, unsigned short port)
a41e58
            Snprintf(buf, sizeof(buf), "%s:%hu", host_str, port);
a41e58
            break;
a41e58
        case 2:
a41e58
-           Snprintf(buf, sizeof(buf), "[%s]:%hu]", host_str, port);
a41e58
+           Snprintf(buf, sizeof(buf), "[%s]:%hu", host_str, port);
a41e58
     }
a41e58
 
a41e58
     return buf;