From dccfe96a449d135d1b3806a9ab8fd7481d017c8b Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 1 Jun 2000 00:32:37 +0000 Subject: [PATCH] RT #127 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 1f10729ff4..acf57ed8ea 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ + 221. [bug] An uninitialized variable was sometimes passed to + dns_rdata_freestruct() when loading a zone, causing + an assertion failure. + 220. [cleanup] Set the default outgoing port in the view, and set it in sockaddrs returned from the ADB. [31-May-2000 explorer]