From: Miek Gieben Date: Mon, 13 Jun 2005 09:13:49 +0000 (+0000) Subject: remove pkt print. Remove \n in rrlist print X-Git-Tag: release-0.65~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=814d5db9ebd195804fb496e5eb4fe5ff58422bcd;p=thirdparty%2Fldns.git remove pkt print. Remove \n in rrlist print --- diff --git a/host2str.c b/host2str.c index d3345737..b24baa80 100644 --- a/host2str.c +++ b/host2str.c @@ -872,7 +872,6 @@ ldns_rr_list2buffer_str(ldns_buffer *output, ldns_rr_list *list) for(i = 0; i < ldns_rr_list_rr_count(list); i++) { (void) ldns_rr2buffer_str(output, ldns_rr_list_rr(list, i)); - ldns_buffer_printf(output, "\n"); } return ldns_buffer_status(output); } diff --git a/mx.c b/mx.c index d2733769..4a8c0ddb 100644 --- a/mx.c +++ b/mx.c @@ -54,7 +54,6 @@ main(int argc, char *argv[]) if (!p) { exit(1); } else { - ldns_pkt_print(stdout, p); /* retrieve the MX records from the answer section of that * packet */