mod_onions/mod_onions.lua
changeset 1914 720b291cb340
parent 1785 12ac88940fe3
child 2307 db7c80c2d681
--- a/mod_onions/mod_onions.lua	Wed Oct 14 14:07:57 2015 +0200
+++ b/mod_onions/mod_onions.lua	Wed Oct 14 15:21:59 2015 +0200
@@ -239,7 +239,7 @@
 	if not to_host:find(".onion(.?)$") then
 		if onions_map[to_host] then
 			if type(onions_map[to_host]) == "string" then
-				onions_host = onions_map[to_host];
+				onion_host = onions_map[to_host];
 			else
 				onion_host = onions_map[to_host].host;
 				onion_port = onions_map[to_host].port;