summaryrefslogtreecommitdiff
path: root/contrib/python/ldns_rr.i
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2026-05-22 13:37:52 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2026-05-22 13:37:52 +0000
commit5eb18e8576462f5bb33fbd60fcbd752fe5791f33 (patch)
tree1df0f35c7c4d1a30393064d3eda05cd642b0b1a7 /contrib/python/ldns_rr.i
parent3dcfa5af412125cd1bad1d383ff7c18c5effbd77 (diff)
import ldns 1.9.0vendor/ldns/1.9.0
Diffstat (limited to 'contrib/python/ldns_rr.i')
-rw-r--r--contrib/python/ldns_rr.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/ldns_rr.i b/contrib/python/ldns_rr.i
index 2e0a07140d41..c53955cf9218 100644
--- a/contrib/python/ldns_rr.i
+++ b/contrib/python/ldns_rr.i
@@ -45,7 +45,7 @@
/* Result generation, appends (ldns_rr *) after the result. */
%typemap(argout, noblock=1) (ldns_rr **)
{
- $result = SWIG_Python_AppendOutput($result,
+ $result = SWIG_AppendOutput($result,
SWIG_NewPointerObj(SWIG_as_voidptr($1_rr),
SWIGTYPE_p_ldns_struct_rr, SWIG_POINTER_OWN | 0 ));
}