Skip to content

Commit

Permalink
dnsdist: Fix addMaintenanceCallback example
Browse files Browse the repository at this point in the history
  • Loading branch information
belminf committed Dec 3, 2024
1 parent 3c580bf commit 07d9a17
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 07d9a17

Please sign in to comment.