2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

update copyright notice

This commit is contained in:
Tinderbox User
2012-10-24 23:46:51 +00:00
parent 6c910bd5e4
commit a3fb84bd1b
10 changed files with 18 additions and 18 deletions

View File

@@ -537,7 +537,7 @@ serialize_nodes(FILE *file, dns_rbtnode_t *node, uintptr_t parent,
if (node->data != NULL) {
long ret;
ret = ftell(file);
if (ret < 0)
return (ISC_R_FAILURE);