From: Miek Gieben Date: Thu, 10 Mar 2005 11:14:56 +0000 (+0000) Subject: do the same as with rr's X-Git-Tag: release-0.50~274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13c9ef5012760c95cc152d00963d04bfaaa6ffca;p=thirdparty%2Fldns.git do the same as with rr's --- diff --git a/host2str.c b/host2str.c index 85a967b8..739cabe4 100644 --- a/host2str.c +++ b/host2str.c @@ -1130,7 +1130,7 @@ ldns_rr_list2str(ldns_rr_list *list) if (ldns_rr_list2buffer_str(tmp_buffer, list) == LDNS_STATUS_OK) { } } else { - ldns_buffer_printf(tmp_buffer, "(null)"); + ldns_buffer_printf(tmp_buffer, "(null)\n"); } /* export and return string, destroy rest */