mirror of
https://github.com/nmap/nmap.git
synced 2025-12-14 19:59:02 +00:00
Change the comment.
This commit is contained in:
@@ -182,7 +182,7 @@ function is_path_valid(resource)
|
|||||||
--remove the beginning slash
|
--remove the beginning slash
|
||||||
resource = string.sub(resource, 2, string.len(resource))
|
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
|
if resource:match("^([a-zA-Z]):") then
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user