aboutsummaryrefslogtreecommitdiffstats
path: root/security/nmap/files/patch-ac
blob: 1e6ede83aceb6373232408e5b1b185122667e94e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- nmapfe/nmapfe_sig.c.old Sun Jun 15 17:37:46 2003
+++ nmapfe/nmapfe_sig.c Sun Jun 15 17:44:47 2003
@@ -433,7 +433,7 @@
   if (size > command_size)
     command = realloc(command, size);
 
-  strcpy(command, "nmap ");
+  strcpy(command, NMAP_PATH "nmap ");
   /* Uhm... yeah.. Spit out which scan to perform based
     on the which_scan variable */