2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-05 09:05:40 +00:00

isc_buffer_init -> isc_buffer_constinit

This commit is contained in:
Mark Andrews
2012-12-09 07:14:27 +11:00
parent fe898ea0ee
commit ecf5a60f1e
4 changed files with 4 additions and 4 deletions

View File

@@ -261,7 +261,7 @@ load(const char *filename, const char *origintext, isc_boolean_t cache) {
ISC_LINK_INIT(dbi, link);
len = strlen(origintext);
isc_buffer_init(&source, origintext, len);
isc_buffer_constinit(&source, origintext, len);
isc_buffer_add(&source, len);
dns_fixedname_init(&forigin);
origin = dns_fixedname_name(&forigin);