DLOG(g_log<<"Got no referrals, trying ANY"<<endl);
- // see what we get..
- B.lookup(QType(QType::ANY), target, p, sd.domain_id);
- rrset.clear();
- haveAlias.trimToLabels(0);
- weDone = weRedirected = weHaveUnauth = false;
-
-
#ifdef HAVE_LUA_RECORDS
if(!doLua) {
string val;
doLua = (val=="1");
}
#endif
+
+ // see what we get..
+ B.lookup(QType(QType::ANY), target, p, sd.domain_id);
+ rrset.clear();
+ haveAlias.trimToLabels(0);
+ weDone = weRedirected = weHaveUnauth = false;
while(B.get(rr)) {
#ifdef HAVE_LUA_RECORDS