Changeset 1864

Show
Ignore:
Timestamp:
01/11/11 10:29:42 (2 years ago)
Author:
ahu
Message:

oops - previous commit was uncompiled & thus broken

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/backends/bind/bindbackend2.cc

    r1863 r1864  
    10501050  r.priority=(d_iter)->priority; 
    10511051 
    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) 
    10531053    cerr<<"Warning! Unauth response!"<<endl; 
    10541054  r.auth = d_iter->auth;