]> granicus.if.org Git - pdns/commitdiff
Update dnsdist-lua.cc
authorCharles-Henri Bruyand <2854905+chbruyand@users.noreply.github.com>
Wed, 31 Oct 2018 08:36:38 +0000 (09:36 +0100)
committerGitHub <noreply@github.com>
Wed, 31 Oct 2018 08:36:38 +0000 (09:36 +0100)
pdns/dnsdist-lua.cc

index b41573f4e18c51a4e093ac897af9f921d84e44b4..30eba8c6048ee35d482e3f6a3c2743de8cbd3428 100644 (file)
@@ -662,7 +662,6 @@ void setupLuaConfig(bool client)
         setWebserverPassword(password);
       }
       if(vars->count("apiKey")) {
-        // allows setting apiKey: nil to disable access with it
         const std::string apiKey = boost::get<std::string>(vars->at("apiKey"));
 
         setWebserverAPIKey(apiKey);