1
0
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:
david
2010-07-18 17:41:26 +00:00
parent cd37f625cc
commit 5f035c6a61

View File

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