Skip to content

Commit

Permalink
Merge pull request #14923 from belminf/master
Browse files Browse the repository at this point in the history
dnsdist: Fix addMaintenanceCallback example
  • Loading branch information
rgacogne authored Dec 4, 2024
2 parents 909b8c1 + 07d9a17 commit 99b8cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdns/dnsdistdist/docs/reference/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2147,7 +2147,7 @@ Other functions

.. code-block:: lua
function myCallback(hostname, ips)
function myCallback()
print('called')
end
addMaintenanceCallback(myCallback)
Expand Down

0 comments on commit 99b8cb8

Please sign in to comment.