mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-15 15:12:56 -04:00
parent
641361f1b1
commit
1be17c22cc
1 changed files with 1 additions and 1 deletions
|
|
@ -1776,7 +1776,7 @@ process_keytag(ns_client_t *client, isc_buffer_t *buf, size_t optlen) {
|
|||
|
||||
client->keytag = isc_mem_get(client->mctx, optlen);
|
||||
if (client->keytag != NULL) {
|
||||
client->keytag_len = optlen;
|
||||
client->keytag_len = (isc_uint16_t)optlen;
|
||||
memmove(client->keytag, isc_buffer_current(buf), optlen);
|
||||
}
|
||||
isc_buffer_forward(buf, (unsigned int)optlen);
|
||||
|
|
|
|||
Loading…
Reference in a new issue