]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Added the args comment for the list function too.
authortcely <tcely@users.noreply.github.com>
Thu, 3 Aug 2017 01:09:56 +0000 (21:09 -0400)
committertcely <tcely@users.noreply.github.com>
Thu, 24 May 2018 15:32:45 +0000 (11:32 -0400)
modules/luabackend/test/powerdns-luabackend.lua

index f92dbac60f14527f476d6ace451464c9e782cf25..dbc1336924db1ebb976c442d95a9fa6c89491528 100644 (file)
@@ -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