Skip to content

Commit

Permalink
host2str: Add a missing indent for EDNS data
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Edmonds committed Sep 22, 2015
1 parent 9ec7d31 commit f48db02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions host2str.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit f48db02

Please sign in to comment.