From: phonedph1 Date: Thu, 17 May 2018 00:55:54 +0000 (-0600) Subject: Update dq.rst X-Git-Tag: dnsdist-1.3.1~92^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6615%2Fhead;p=thirdparty%2Fpdns.git Update dq.rst I believe the returns were mixed between these two.. --- diff --git a/pdns/dnsdistdist/docs/reference/dq.rst b/pdns/dnsdistdist/docs/reference/dq.rst index b0ea734fc7..403a701c45 100644 --- a/pdns/dnsdistdist/docs/reference/dq.rst +++ b/pdns/dnsdistdist/docs/reference/dq.rst @@ -91,7 +91,7 @@ This state can be modified from the various hooks. Get the value of a tag stored into the DNSQuestion object. :param string key: The tag's key - :returns: A table of tags, using strings as keys and values + :returns: The tag's value if it was set, an empty string otherwise .. method:: DNSQuestion:getTagArray() -> table @@ -99,7 +99,7 @@ This state can be modified from the various hooks. Get all the tags stored into the DNSQuestion object. - :returns: The tag's value if it was set, an empty string otherwise + :returns: A table of tags, using strings as keys and values .. method:: DNSQuestion:sendTrap(reason)