mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:40:00 -04:00
silence compiler warning
This commit is contained in:
parent
2ab466bf79
commit
89b23dc57e
1 changed files with 1 additions and 0 deletions
|
|
@ -1555,6 +1555,7 @@ compute_sit(ns_client_t *client, isc_uint32_t when, isc_uint32_t nonce,
|
|||
unsigned char *cp;
|
||||
unsigned int i;
|
||||
|
||||
memset(input, 0, sizeof(input));
|
||||
cp = isc_buffer_used(buf);
|
||||
isc_buffer_putmem(buf, client->cookie, 8);
|
||||
isc_buffer_putuint32(buf, nonce);
|
||||
|
|
|
|||
Loading…
Reference in a new issue