From: Willem Toorop Date: Wed, 12 Dec 2012 14:04:13 +0000 (+0000) Subject: Ah... forgot those python bindings again... X-Git-Tag: release-1.6.17rc1~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14e90bf813abc0b2dd7699767ea09f89ac0193f7;p=thirdparty%2Fldns.git Ah... forgot those python bindings again... --- diff --git a/contrib/python/ldns_rdf.i b/contrib/python/ldns_rdf.i index b085d33b..91305cae 100644 --- a/contrib/python/ldns_rdf.i +++ b/contrib/python/ldns_rdf.i @@ -216,7 +216,7 @@ case LDNS_RDF_TYPE_NSEC3_SALT: return "NSEC3_SALT"; case LDNS_RDF_TYPE_NSEC3_NEXT_OWNER: return "NSEC3_NEXT_OWNER"; - case LDNS_RDF_TYPE_AAAA_HALF: return "AAAA_HALF"; + case LDNS_RDF_TYPE_ILNP64: return "ILNP64"; } } return 0;