From 8b42180f319298d482aead6098d19f63f1ab5d86 Mon Sep 17 00:00:00 2001 From: ron Date: Fri, 20 Jul 2012 04:43:55 +0000 Subject: [PATCH] Removed an errant call to ap(config) that ended up in the committed version of the script --- scripts/http-git.nse | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/http-git.nse b/scripts/http-git.nse index 52f760324..4b729bb6c 100644 --- a/scripts/http-git.nse +++ b/scripts/http-git.nse @@ -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