diff options
Diffstat (limited to 'data/nmap/exit.diff')
-rw-r--r-- | data/nmap/exit.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/nmap/exit.diff b/data/nmap/exit.diff new file mode 100644 index 000000000..41a490bce --- /dev/null +++ b/data/nmap/exit.diff @@ -0,0 +1,11 @@ +diff -ru nmap-4.50/nmap.cc nmap-4.50+iPhone/nmap.cc +--- nmap-4.50/nmap.cc 2007-11-03 01:31:02.000000000 +0000 ++++ nmap-4.50+iPhone/nmap.cc 2007-12-24 21:19:34.000000000 +0000 +@@ -1826,6 +1826,7 @@ + + nmap_free_mem(); + } ++ _exit(0); + return 0; + } + |