changeset 2828:3ba36b66f297

mod_auth_external: Remove duplicated local variable [luacheck]
author Kim Alvefur <zash@zash.se>
date Sat, 18 Nov 2017 00:35:36 +0100
parents 45380b77303d
children 8082bfc10e65
files mod_auth_external/mod_auth_external.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_auth_external/mod_auth_external.lua	Sat Nov 18 00:34:47 2017 +0100
+++ b/mod_auth_external/mod_auth_external.lua	Sat Nov 18 00:35:36 2017 +0100
@@ -115,7 +115,6 @@
 	end
 end
 
-local host = module.host;
 local provider = {};
 
 function provider.test_password(username, password)