Show
Ignore:
Timestamp:
05/08/10 22:19:39 (3 years ago)
Author:
ahu
Message:

teach gsql backend about --dnssec switch, plus revamp getBeforeAndAfter, you need to supply the zonename now

Files:
1 modified

Legend:

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

    r1594 r1600  
    790790} 
    791791 
    792 bool Bind2Backend::getBeforeAndAfterNames(uint32_t id, const std::string& qname, std::string& before, std::string& after) 
     792bool Bind2Backend::getBeforeAndAfterNames(uint32_t id, const std::string& zonename, const std::string& qname, std::string& before, std::string& after) 
    793793{ 
    794794  shared_ptr<State> state = s_state;