mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
eliminate compiler warning on Alpha
This commit is contained in:
@@ -168,7 +168,7 @@ create_version_view(dns_c_ctx_t *configctx, dns_view_t **viewp) {
|
||||
dns_view_t *view = NULL;
|
||||
dns_name_t *origin;
|
||||
char *versiontext;
|
||||
char buf[256];
|
||||
unsigned char buf[256];
|
||||
isc_region_t r;
|
||||
size_t len;
|
||||
dns_rdata_t rdata;
|
||||
|
Reference in New Issue
Block a user