Changeset

6287:a380b09649e6

net.adns: Add missing local declaration
author Kim Alvefur <zash@zash.se>
date Wed, 25 Jun 2014 15:33:49 +0200
parents 6280:ce1a20bd2053
children 6288:d122420542fb
files net/adns.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/net/adns.lua	Tue Jun 17 11:01:51 2014 +0200
+++ b/net/adns.lua	Wed Jun 25 15:33:49 2014 +0200
@@ -52,6 +52,7 @@
 	local peername = "<unknown>";
 	local listener = {};
 	local handler = {};
+	local err;
 	function listener.onincoming(conn, data)
 		if data then
 			dns.feed(handler, data);