mirror of
https://github.com/nmap/nmap.git
synced 2025-12-31 11:59:03 +00:00
Break a long line in auth-owners.nse for PDF inclusion.
This commit is contained in:
@@ -66,7 +66,8 @@ action = function(host, port)
|
||||
if string.match(owner, "ERROR") then
|
||||
owner = nil
|
||||
else
|
||||
owner = string.match(owner, "%d+%s*,%s*%d+%s*:%s*USERID%s*:%s*.+%s*:%s*(.+)\r?\n", 1)
|
||||
owner = string.match(owner,
|
||||
"%d+%s*,%s*%d+%s*:%s*USERID%s*:%s*.+%s*:%s*(.+)\r?\n")
|
||||
end
|
||||
|
||||
try(client_ident:close())
|
||||
|
||||
Reference in New Issue
Block a user