From 404082f8767da70df2743742c649c8b736303338 Mon Sep 17 00:00:00 2001 From: Oliver Chen Date: Mon, 16 Jun 2025 06:08:12 +0000 Subject: [PATCH] Change integer type from uint8_t to int in the docs --- pdns/dnsdistdist/docs/reference/dq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/reference/dq.rst b/pdns/dnsdistdist/docs/reference/dq.rst index 9be06bbb59..6fa21083cd 100644 --- a/pdns/dnsdistdist/docs/reference/dq.rst +++ b/pdns/dnsdistdist/docs/reference/dq.rst @@ -450,7 +450,7 @@ DNSResponse object Get the indicator of whether the cache lookup hit a stale entry. - .. method:: DNSResponse:getRestartCount() -> uint8_t + .. method:: DNSResponse:getRestartCount() -> int .. versionadded:: 2.0.0 -- 2.47.2