1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-20 22:49:01 +00:00

Whitespace.

This commit is contained in:
d33tah
2013-09-15 15:44:56 +00:00
parent f595259310
commit 541d49980b

View File

@@ -340,7 +340,7 @@ resource = url_decode(resource)
--make sure that the resource starts with a slash.
if resource:sub(0, 1) ~= '/' then
do_400() --could probably use a fancier error here.
do_400() --could probably use a fancier error here.
end
if not is_path_valid(resource) then