mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Change the comment.
This commit is contained in:
parent
8fa61605ba
commit
5f7acbb103
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ function is_path_valid(resource)
|
|||
--remove the beginning slash
|
||||
resource = string.sub(resource, 2, string.len(resource))
|
||||
|
||||
--(Windows drive names are not welcome too.)
|
||||
--Windows drive names are not welcome.
|
||||
if resource:match("^([a-zA-Z]):") then
|
||||
return false
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue