changeset 2350:67990e045d4f

mod_proxy65_whitelist: Remove unused variable [luacheck]
author Kim Alvefur <zash@zash.se>
date Mon, 07 Nov 2016 17:35:21 +0100
parents 48686b399a88
children f8ecb4b248b0
files mod_proxy65_whitelist/mod_proxy65_whitelist.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_proxy65_whitelist/mod_proxy65_whitelist.lua	Mon Nov 07 17:35:11 2016 +0100
+++ b/mod_proxy65_whitelist/mod_proxy65_whitelist.lua	Mon Nov 07 17:35:21 2016 +0100
@@ -22,7 +22,7 @@
 end
 
 module:hook("iq/full", function (event)
-	local stanza, origin = event.stanza, event.origin;
+	local stanza = event.stanza;
 	if stanza.attr.type == "set" then
 		local payload = stanza:get_child("query", "http://jabber.org/protocol/bytestreams");
 		if payload then