2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

Clean up uninitialized variable bug

This commit is contained in:
Michael Sawyer 2000-05-25 17:24:57 +00:00
parent 05e3940191
commit 36e4d8878c

View File

@ -289,7 +289,7 @@ printmessage(dig_query_t *query, dns_message_t *msg, isc_boolean_t headers) {
isc_boolean_t did_flag = ISC_FALSE;
isc_result_t result;
dns_messagetextflag_t flags;
isc_buffer_t *buf;
isc_buffer_t *buf = NULL;
UNUSED (query);