From 6cacf549d3c2d5bddb0dcadd620e1db2897c7f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sat, 12 May 2018 11:53:39 +0000 Subject: Vendor import of Unbound 1.6.2. --- pythonmod/doc/examples/example6.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pythonmod/doc/examples') diff --git a/pythonmod/doc/examples/example6.rst b/pythonmod/doc/examples/example6.rst index ce89aab99f40..07117cd556e7 100644 --- a/pythonmod/doc/examples/example6.rst +++ b/pythonmod/doc/examples/example6.rst @@ -63,7 +63,7 @@ We can register such function as: .. code-block:: python - if not register_inplace_cb_reply(inplace_reply_callback, env): + if not register_inplace_cb_reply(inplace_reply_callback, env, id): log_info("python: Could not register inplace callback function.") @@ -99,7 +99,7 @@ We can register such function as: .. code-block:: python - if not register_inplace_cb_reply_cache(inplace_cache_callback, env): + if not register_inplace_cb_reply_cache(inplace_cache_callback, env, id): log_info("python: Could not register inplace callback function.") @@ -135,7 +135,7 @@ We can register such function as: .. code-block:: python - if not register_inplace_cb_reply_local(inplace_local_callback, env): + if not register_inplace_cb_reply_local(inplace_local_callback, env, id): log_info("python: Could not register inplace callback function.") @@ -172,7 +172,7 @@ We can register such function as: .. code-block:: python - if not register_inplace_cb_reply_servfail(inplace_servfail_callback, env): + if not register_inplace_cb_reply_servfail(inplace_servfail_callback, env, id): log_info("python: Could not register inplace callback function.") -- cgit v1.2.3