2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-05 09:05:40 +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

@@ -3167,7 +3167,7 @@ process_sit(dig_lookup_t *l, isc_buffer_t *optbuf, size_t optlen) {
printf(";; Warning: SIT client cookie part mis-match\n");
} else
printf(";; Warning: SIT bad token (too short)\n");
isc_buffer_forward(optbuf, optlen);
isc_buffer_forward(optbuf, (unsigned int)optlen);
}
static void