From a4b3e51a8f1c9742c0f7d9f7d70f1ad926985145 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 21 Jul 2003 00:28:16 +0000 Subject: [PATCH] 1491. [bug] dns_master_dump*() would produce extraneous $ORIGIN lines. [RT #6206] cvs rdiff -r 1.67 -r 1.68 bind9/lib/dns/masterdump.c --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 3b76a37005..8e49dce8e5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +1491. [bug] dns_master_dump*() would produce extraneous $ORIGIN + lines. [RT #6206] + 1490. [bug] Accept reading state as well as working state in ns_client_next(). [RT #6813]