mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 17:42:04 -04:00
Clean up uninitialized variable bug
This commit is contained in:
parent
05e3940191
commit
36e4d8878c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue