From: Jelte Jansen Date: Tue, 1 Aug 2006 22:24:02 +0000 (+0000) Subject: and one more 2canonical, just to be sure X-Git-Tag: release-1.2.0~201 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00b2f980f322fdf2e9b7a8def6e81b59bf0e774e;p=thirdparty%2Fldns.git and one more 2canonical, just to be sure --- diff --git a/examples/ldns-walk.c b/examples/ldns-walk.c index 15d7be3e..62ee5b21 100644 --- a/examples/ldns-walk.c +++ b/examples/ldns-walk.c @@ -89,6 +89,7 @@ create_plus_1_dname(ldns_rdf *dname) ldns_rdf *label; ldns_status status; + ldns_dname2canonical(dname); status = ldns_str2rdf_dname(&label, "\\000"); if (status != LDNS_STATUS_OK) { printf("error creating \\000 dname: %s\n\n", ldns_get_errorstr_by_id(status));