mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
WIN32 master fixes
This commit is contained in:
@@ -4282,7 +4282,7 @@ dns_adb_setsit(dns_adb_t *adb, dns_adbaddrinfo_t *addr,
|
||||
if (addr->entry->sit == NULL && sit != NULL && len != 0U) {
|
||||
addr->entry->sit = isc_mem_get(adb->mctx, len);
|
||||
if (addr->entry->sit != NULL)
|
||||
addr->entry->sitlen = len;
|
||||
addr->entry->sitlen = (isc_uint16_t)len;
|
||||
}
|
||||
|
||||
if (addr->entry->sit != NULL)
|
||||
|
Reference in New Issue
Block a user