From: Willem Toorop Date: Mon, 19 Nov 2012 11:37:36 +0000 (+0000) Subject: Oopsy... forgot one 4_shorts symbol :/ X-Git-Tag: release-1.6.17rc1~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9357aefea423257edd5d186f644e826da983d53d;p=thirdparty%2Fldns.git Oopsy... forgot one 4_shorts symbol :/ --- diff --git a/contrib/python/ldns_rdf.i b/contrib/python/ldns_rdf.i index 8305f26b..57436b40 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_4_SHORTS: return "4_SHORTS"; + case LDNS_RDF_TYPE_AAAA_SHORT: return "AAAA_SHORT"; } } return 0;