2
0
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:
Francis Dupont
2014-02-19 23:17:52 +01:00
parent fd75aaa2b9
commit f1a6c8e78c
5 changed files with 9 additions and 4 deletions

View File

@@ -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)