patch-output_cc 477 B

1234567891011121314151617
  1. --- nmap-6.25.orig/output.cc 2012-11-29 04:19:52.000000000 +0100
  2. +++ nmap-6.25/output.cc 2013-07-12 14:06:38.000000000 +0200
  3. @@ -2613,6 +2613,7 @@ void printdatafilepaths() {
  4. }
  5. }
  6. +#ifndef NOLUA
  7. /*This is a helper function to determine the ordering of the script results
  8. based on their id */
  9. bool comparescriptids(ScriptResult first, ScriptResult second){
  10. @@ -2625,5 +2626,6 @@ bool comparescriptids(ScriptResult first
  11. else
  12. return false;
  13. }
  14. +#endif