mirror of
https://github.com/nmap/nmap.git
synced 2025-12-12 02:39:03 +00:00
Typo.
This commit is contained in:
@@ -2929,7 +2929,7 @@ Util =
|
|||||||
if Util.FileType[code] then
|
if Util.FileType[code] then
|
||||||
return Util.FileType[code].char
|
return Util.FileType[code].char
|
||||||
else
|
else
|
||||||
stdnse.print_debug(1,"FtypeToChar: Unkown file type, mode: %o", mode)
|
stdnse.print_debug(1,"FtypeToChar: Unknown file type, mode: %o", mode)
|
||||||
return ""
|
return ""
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|||||||
Reference in New Issue
Block a user