mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
char secret[], for decoding the base64 string, should not have been const
This commit is contained in:
parent
8d51d9e67e
commit
1867b6276e
@ -15,7 +15,7 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: omapiconf.c,v 1.7 2000/07/12 15:33:41 tale Exp $ */
|
||||
/* $Id: omapiconf.c,v 1.8 2000/07/14 14:57:24 tale Exp $ */
|
||||
|
||||
/*
|
||||
* Principal Author: DCL
|
||||
@ -199,7 +199,7 @@ register_keys(dns_c_ctrl_t *control, dns_c_kdeflist_t *keydeflist,
|
||||
{
|
||||
dns_c_kid_t *keyid;
|
||||
dns_c_kdef_t *keydef;
|
||||
const char secret[1024];
|
||||
char secret[1024];
|
||||
isc_buffer_t b;
|
||||
isc_result_t result;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user