Nmap Development mailing list archives

Re: [nmap-svn] r36294 - nmap


From: David Fifield <david () bamsoftware com>
Date: Mon, 19 Sep 2016 08:22:54 -0700

Oops! I thought I did that. Thanks.

On Mon, Sep 19, 2016 at 02:25:18AM -0700, commit-mailer () nmap org wrote:
Author: jah
Date: Mon Sep 19 02:25:18 2016
New Revision: 36294

Log:
Comment-out the port spec test suite.



Modified:
   nmap/nmap.cc

Modified: nmap/nmap.cc
==============================================================================
--- nmap/nmap.cc      (original)
+++ nmap/nmap.cc      Mon Sep 19 02:25:18 2016
@@ -1569,7 +1569,7 @@
   }
 
   // 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) {

_______________________________________________
Sent through the svn mailing list
https://nmap.org/mailman/listinfo/svn
_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/


Current thread: