1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 18:09:01 +00:00

Fix typo in commented p-switch-test line.

error: ‘struct scan_lists’ has no member named ‘stcp_count’
This commit is contained in:
david
2016-09-18 20:42:52 +00:00
parent 087fb7be04
commit 3a62c2dbc9

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.stcp_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) {