Changeset 1864
- Timestamp:
- 01/11/11 10:29:42 (2 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/backends/bind/bindbackend2.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/backends/bind/bindbackend2.cc
r1863 r1864 1050 1050 r.priority=(d_iter)->priority; 1051 1051 1052 if(!d_iter->auth && r.qtype != QType::A && r.qtype!=QType::AAAA && r.qtype!= QType::NS)1052 if(!d_iter->auth && r.qtype.getCode() != QType::A && r.qtype.getCode()!=QType::AAAA && r.qtype.getCode() != QType::NS) 1053 1053 cerr<<"Warning! Unauth response!"<<endl; 1054 1054 r.auth = d_iter->auth;