mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
Clean up uninitialized variable bug
This commit is contained in:
@@ -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_boolean_t did_flag = ISC_FALSE;
|
||||||
isc_result_t result;
|
isc_result_t result;
|
||||||
dns_messagetextflag_t flags;
|
dns_messagetextflag_t flags;
|
||||||
isc_buffer_t *buf;
|
isc_buffer_t *buf = NULL;
|
||||||
|
|
||||||
UNUSED (query);
|
UNUSED (query);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user