From f48db02e8d0588bd8be95566812d88505b951eea Mon Sep 17 00:00:00 2001 From: Robert Edmonds Date: Tue, 22 Sep 2015 15:33:42 -0400 Subject: [PATCH] host2str: Add a missing indent for EDNS data --- host2str.c | 1 + 1 file changed, 1 insertion(+) diff --git a/host2str.c b/host2str.c index 908510e..b08d90a 100644 --- a/host2str.c +++ b/host2str.c @@ -176,6 +176,7 @@ my_ldns_pkt2buffer_str_fmt(ldns_buffer *output, ldns_pkt_edns_udp_size(pkt)); if (ldns_pkt_edns_data(pkt)) { + ldns_buffer_printf(output, " "); ldns_buffer_printf(output, ";; Data: "); (void)ldns_rdf2buffer_str(output, ldns_pkt_edns_data(pkt));