mirror of
https://github.com/nmap/nmap.git
synced 2026-06-20 07:29:59 +00:00
Fix comment typo.
This commit is contained in:
parent
45814927a9
commit
f3aca36534
1 changed files with 1 additions and 1 deletions
2
nmap.cc
2
nmap.cc
|
|
@ -2714,7 +2714,7 @@ int nmap_fetchfile(char *filename_returned, int bufferlen, const char *file) {
|
|||
/* First, check the map of requested data file names. If there's an entry for
|
||||
file, use it and return.
|
||||
Otherwise, we try [--datadir]/file, then $NMAPDIR/file
|
||||
next we try ~user/nmap/file
|
||||
next we try ~user/.nmap/file
|
||||
then we try NMAPDATADIR/file <--NMAPDATADIR
|
||||
finally we try ./file
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue