diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2022-06-08 14:43:13 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2022-06-08 14:43:13 +0000 |
| commit | 5f9f82264b91e041df7cba2406625146e7268ce4 (patch) | |
| tree | ba7309ee547bf22115420277f45a3478aafb6397 /pythonmod/examples | |
| parent | 3574dc0bd83e731bba79edc130c0569bf05f7af5 (diff) | |
Diffstat (limited to 'pythonmod/examples')
| -rw-r--r-- | pythonmod/examples/inplace_callbacks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pythonmod/examples/inplace_callbacks.py b/pythonmod/examples/inplace_callbacks.py index de375b4e12fc..2682fbd02dc0 100644 --- a/pythonmod/examples/inplace_callbacks.py +++ b/pythonmod/examples/inplace_callbacks.py @@ -207,7 +207,7 @@ def inplace_servfail_callback(qinfo, qstate, rep, rcode, edns, opt_list_out, """ log_info("python: called back while servfail.") - # Append the example ENDS option + # Append the example EDNS option b = bytearray.fromhex("") edns_opt_list_append(opt_list_out, 65003, b, region) |
