From c5c825bf07a00a2478afd9400e9f8534457980b0 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 24 Apr 2007 07:21:57 +0000 Subject: [PATCH] 2169. [bug] host, nslookup: when reporting NXDOMAIN report the given name and not the last name searched for. [RT #16763] --- CHANGES | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 424c50c332..554e291cd1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,6 @@ -2169. [bug] nslookup: when reporting NXDOMAIN report the given - name and not the last name searched for. [RT #16763] +2169. [bug] host, nslookup: when reporting NXDOMAIN report the + given name and not the last name searched for. + [RT #16763] 2168. [bug] nsupdate: in non-interactive mode treat syntax errors as fatal errors. [RT #16785]