1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +00:00

Removed an errant call to ap(config) that ended up in the committed version of the script

This commit is contained in:
ron
2012-07-20 04:43:55 +00:00
parent 20742bdde0
commit 8b42180f31

View File

@@ -160,7 +160,6 @@ function action(host, port)
-- indicate the access method - I know about SSH, HTTP, and Smart HTTP
local access1, access2, reponame = string.match(
config, "([@/])"..url.."([:/])([%w._-]+/?[%w._-]+)[%s$]")
ap(config)
if reponame then
-- Try and cut off the '.git' extension
reponame = string.match(reponame, "(.+)%.git") or reponame