diff options
author | Doug Barton <dougb@FreeBSD.org> | 2008-12-19 21:35:13 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2008-12-19 21:35:13 +0000 |
commit | 71222d4392b8f079c1b5ffa96d4a96d58c951349 (patch) | |
tree | 4e3f108c90012642179b80d23aeb73cb79b78958 /dns | |
parent | 150ef12f20e2fadd1e682b3368374069a048dd72 (diff) |
This patch is no longer relevant, it has been included in version 9.4.3
Notes
Notes:
svn path=/head/; revision=224482
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind94/files/patch-lib_bind_check.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/dns/bind94/files/patch-lib_bind_check.c b/dns/bind94/files/patch-lib_bind_check.c deleted file mode 100644 index ce0cabf2e192..000000000000 --- a/dns/bind94/files/patch-lib_bind_check.c +++ /dev/null @@ -1,15 +0,0 @@ ---- lib/bind9/check.c.orig 2007-09-12 22:04:01.000000000 -0700 -+++ lib/bind9/check.c 2008-07-11 11:51:01.000000000 -0700 -@@ -1015,10 +1015,10 @@ - isc_buffer_add(&b, strlen(zname)); - tresult = dns_name_fromtext(dns_fixedname_name(&fixedname), &b, - dns_rootname, ISC_TRUE, NULL); -- if (result != ISC_R_SUCCESS) { -+ if (tresult != ISC_R_SUCCESS) { - cfg_obj_log(zconfig, logctx, ISC_LOG_ERROR, - "zone '%s': is not a valid name", zname); -- tresult = ISC_R_FAILURE; -+ result = ISC_R_FAILURE; - } else { - char namebuf[DNS_NAME_FORMATSIZE]; - |