From: tcely Date: Thu, 3 Aug 2017 09:08:38 +0000 (-0400) Subject: Corrected the shared state comment. X-Git-Tag: dnsdist-1.4.0-rc3~42^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4f64233f323df7946605f377ab339065396d19a;p=thirdparty%2Fpdns.git Corrected the shared state comment. --- diff --git a/modules/luabackend/test/powerdns-luabackend.lua b/modules/luabackend/test/powerdns-luabackend.lua index a8014e1173..70a17b92f4 100644 --- a/modules/luabackend/test/powerdns-luabackend.lua +++ b/modules/luabackend/test/powerdns-luabackend.lua @@ -13,7 +13,7 @@ local remote_ip, remote_port, local_ip local origin, ttl local domains = {} --- shared state between lookup and get functions +-- shared state between list/lookup and get functions local domain_id, q_name, q_type local c, r, size