From 422e7d007d574fc2b83e3b077d2c2ad9e51598b8 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 26 Aug 1999 07:14:25 +0000 Subject: [PATCH] lint --- lib/dns/rbt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/dns/rbt.c b/lib/dns/rbt.c index 439a9b480a..2aaa8362cf 100644 --- a/lib/dns/rbt.c +++ b/lib/dns/rbt.c @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: rbt.c,v 1.54 1999/08/12 07:47:21 halley Exp $ */ +/* $Id: rbt.c,v 1.55 1999/08/26 07:14:25 halley Exp $ */ /* Principal Authors: DCL */ @@ -1894,7 +1894,6 @@ dns_rbtnodechain_current(dns_rbtnodechain_t *chain, dns_name_t *name, else result = dns_name_concatenate(NULL, dns_rootname, origin, NULL); - } return (result);