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:
parent
05e3940191
commit
36e4d8878c
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user