From 5f035c6a61c2623e15a3a7ec7347fe5a5f5e4609 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 18 Jul 2010 17:41:26 +0000 Subject: [PATCH] Break a long line in auth-owners.nse for PDF inclusion. --- scripts/auth-owners.nse | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/auth-owners.nse b/scripts/auth-owners.nse index 0e51aaad5..f2f36a420 100644 --- a/scripts/auth-owners.nse +++ b/scripts/auth-owners.nse @@ -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())