From: tcely Date: Thu, 3 Aug 2017 01:09:56 +0000 (-0400) Subject: Added the args comment for the list function too. X-Git-Tag: dnsdist-1.4.0-rc3~42^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59f087a18a17983c37d46e0004841f9449e18bf1;p=thirdparty%2Fpdns.git Added the args comment for the list function too. --- diff --git a/modules/luabackend/test/powerdns-luabackend.lua b/modules/luabackend/test/powerdns-luabackend.lua index f92dbac60f..dbc1336924 100644 --- a/modules/luabackend/test/powerdns-luabackend.lua +++ b/modules/luabackend/test/powerdns-luabackend.lua @@ -142,6 +142,9 @@ function table_deepjoin(tab1, tab2) return new end +-- Args: +-- qname string: "test.com." +-- domainid number: 1 function list(qname, domainid) q_type = "ANY" q_name = qname