freebsd-ports/security/nmap/files/patch-ac
Yen-Ming Lee adcc389f0b nmap 3.27 -> 3.28
PR:		53351
Submitted by:	Dominic Marks <dom@cus.org.uk>
2003-06-16 04:43:50 +00:00

11 lines
354 B
Text

--- 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 */