From 3a62c2dbc9071030adaf970bdc095d34df1e5b84 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 18 Sep 2016 20:42:52 +0000 Subject: [PATCH] Fix typo in commented p-switch-test line. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit error: ‘struct scan_lists’ has no member named ‘stcp_count’ --- nmap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmap.cc b/nmap.cc index e8fe453ff..fe397340e 100644 --- a/nmap.cc +++ b/nmap.cc @@ -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) {