1
0
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:
d33tah
2013-09-15 20:17:08 +00:00
parent 8fa61605ba
commit 5f7acbb103

View File

@@ -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