Nodes in a QP-trie contain the full domain name, while nodes in a
red-black tree only contain names relative to a parent.
qpdbiter->common.methods = &dbiterator_methods;
qpdbiter->common.db = NULL;
dns_db_attach(db, &qpdbiter->common.db);
- qpdbiter->common.relative_names = ((options & DNS_DB_RELATIVENAMES) !=
- 0);
+ qpdbiter->common.relative_names = 0; /* no special logic for relative
+ names */
qpdbiter->common.magic = DNS_DBITERATOR_MAGIC;
qpdbiter->paused = true;
qpdbiter->tree_locked = isc_rwlocktype_none;