mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 09:32:08 -04:00
fix warning under Xcode for iOS
This commit is contained in:
parent
00ff44c7c2
commit
d92d70ac5d
1 changed files with 1 additions and 1 deletions
|
|
@ -1418,7 +1418,7 @@ dig_ednsoptname_t optnames[] = {
|
|||
void
|
||||
save_opt(dig_lookup_t *lookup, char *code, char *value) {
|
||||
isc_result_t result;
|
||||
isc_uint32_t num;
|
||||
isc_uint32_t num = 0;
|
||||
isc_buffer_t b;
|
||||
isc_boolean_t found = ISC_FALSE;
|
||||
unsigned int i;
|
||||
|
|
|
|||
Loading…
Reference in a new issue