1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 20:09:02 +00:00

Comment-out the port spec test suite.

This commit is contained in:
jah
2016-09-19 09:25:18 +00:00
parent 59cc2fe72a
commit c6c5939220

View File

@@ -1569,7 +1569,7 @@ void apply_delayed_options() {
}
// Uncomment the following line to use the common lisp port spec test suite
printf("port spec: (%d %d %d %d)\n", ports.tcp_count, ports.udp_count, ports.sctp_count, ports.prot_count); exit(0);
//printf("port spec: (%d %d %d %d)\n", ports.tcp_count, ports.udp_count, ports.sctp_count, ports.prot_count); exit(0);
#ifdef WIN32
if (o.sendpref & PACKET_SEND_IP) {