diff options
Diffstat (limited to 'contrib/python/ldns_rdf.i')
| -rw-r--r-- | contrib/python/ldns_rdf.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/ldns_rdf.i b/contrib/python/ldns_rdf.i index 39f9af1895cb..ed1f0d009db2 100644 --- a/contrib/python/ldns_rdf.i +++ b/contrib/python/ldns_rdf.i @@ -45,7 +45,7 @@ /* Result generation, appends (ldns_rdf *) after the result. */ %typemap(argout, noblock=1) (ldns_rdf **) { - $result = SWIG_Python_AppendOutput($result, + $result = SWIG_AppendOutput($result, SWIG_NewPointerObj(SWIG_as_voidptr($1_rdf), SWIGTYPE_p_ldns_struct_rdf, SWIG_POINTER_OWN | 0)); } |
