From dd6132005a5c48dea642c2ed0507bf472c8ee9bb Mon Sep 17 00:00:00 2001 From: James Brister Date: Wed, 29 Mar 2000 15:13:48 +0000 Subject: [PATCH] Entry for: replaced bit-setting code in confctx.c and replaced repeated code with macro calls. --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index bebbd51fe3..a700e8f236 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ + 9. [cleanup] replaced bit-setting code in confctx.c and replaced + repeated code with macro calls. + 8. [bug] Shutdown of incoming zone transfer accessed freed memory.