summaryrefslogtreecommitdiff
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 2e15b78b..7f4b97b1 100644
--- a/lib/dns/sdb.c
+++ b/lib/dns/sdb.c
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: sdb.c,v 1.71.54.2 2010/02/25 05:25:53 tbox Exp $ */
+/* $Id: sdb.c,v 1.71.54.3 2010/08/16 05:14:15 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);