mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-04 17:02:04 -04:00
char *secretstore in setup_system() made unsigned for argument compatibility
with dns_tsigkey_create().
This commit is contained in:
parent
fccbca2cdf
commit
7e6d96bcac
1 changed files with 1 additions and 1 deletions
|
|
@ -340,7 +340,7 @@ setup_system(void) {
|
|||
isc_buffer_t secretsrc;
|
||||
isc_buffer_t secretbuf;
|
||||
int secretsize;
|
||||
char *secretstore;
|
||||
unsigned char *secretstore;
|
||||
isc_lex_t *lex = NULL;
|
||||
isc_stdtime_t now;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue