summaryrefslogtreecommitdiffstats
path: root/lib/dns/sdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dns/sdb.c')
-rw-r--r--lib/dns/sdb.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/dns/sdb.c b/lib/dns/sdb.c
index 6ec6209..49c6430 100644
--- a/lib/dns/sdb.c
+++ b/lib/dns/sdb.c
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: sdb.c,v 1.66.48.3.10.1 2010/03/03 22:06:39 marka Exp $ */
+/* $Id: sdb.c,v 1.66.48.6 2010-08-16 05:21:42 marka Exp $ */
/*! \file */
@@ -837,13 +837,6 @@ find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version,
for (i = olabels; i <= nlabels; i++) {
/*
- * Unless this is an explicit lookup at the origin, don't
- * look at the origin.
- */
- if (i == olabels && i != nlabels)
- continue;
-
- /*
* Look up the next label.
*/
dns_name_getlabelsequence(name, nlabels - i, i, xname);
OpenPOWER on IntegriCloud