mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Whitespace.
This commit is contained in:
parent
f595259310
commit
541d49980b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue