]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
remove some empty lines
authorBert Hubert <bert.hubert@netherlabs.nl>
Sun, 13 Jul 2008 20:10:43 +0000 (20:10 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sun, 13 Jul 2008 20:10:43 +0000 (20:10 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1230 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/packetcache.hh
pdns/syncres.cc

index 8e1bc549d5e91b4378abd68aa0e1f175e3a5feb0..d7f7184efbbb7e914303c293b9e3be5431e9180a 100644 (file)
@@ -73,7 +73,6 @@ public:
   PacketCache();
   enum CacheEntryType { PACKETCACHE, QUERYCACHE, NEGCACHE};
 
-
   void insert(DNSPacket *q, DNSPacket *r);  //!< We copy the contents of *p into our cache. Do not needlessly call this to insert questions already in the cache as it wastes resources
 
   void insert(const string &qname, const QType& qtype, CacheEntryType cet, const string& value, unsigned int ttl, int zoneID=-1, bool meritsRecursion=false);
index 9647e9f77e5d14dce50a4f33b0634b701b45e94b..1527c410609ee4a115d5c9a25d4c274143d646c7 100644 (file)
@@ -320,7 +320,6 @@ void SyncRes::getBestNSFromCache(const string &qname, set<DNSResourceRecord>&bes
          if(!dottedEndsOn(rr.content, subdomain) || RC.get(d_now.tv_sec, rr.content, s_doIPv6 ? QType(QType::ADDR) : QType(QType::A),
                                                            s_log ? &aset : 0) > 5) {
            bestns.insert(rr);
-           
            LOG<<prefix<<qname<<": NS (with ip, or non-glue) in cache for '"<<subdomain<<"' -> '"<<rr.content<<"'"<<endl;
            LOG<<prefix<<qname<<": within bailiwick: "<<dottedEndsOn(rr.content, subdomain);
            if(!aset.empty()) {