From 10e05c8bb6bd4b5b7712cd10632860d7eab3c8d8 Mon Sep 17 00:00:00 2001 From: phonedph1 Date: Wed, 16 May 2018 18:55:54 -0600 Subject: [PATCH] Update dq.rst I believe the returns were mixed between these two.. --- pdns/dnsdistdist/docs/reference/dq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.47.2