]> granicus.if.org Git - pdns/commitdiff
no longer allow notification to disrupt the slave checking process
authorBert Hubert <bert.hubert@netherlabs.nl>
Thu, 27 Nov 2008 21:27:08 +0000 (21:27 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Thu, 27 Nov 2008 21:27:08 +0000 (21:27 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1312 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/communicator.cc

index d20011ad8757069a459df77080f2f3de27ad4ef0..8fb488d95a1832373d23f6b57c1f3efa4f51867f 100644 (file)
@@ -1,6 +1,6 @@
 /*
     PowerDNS Versatile Database Driven Nameserver
-    Copyright (C) 2002-2007  PowerDNS.COM BV
+    Copyright (C) 2002-2008  PowerDNS.COM BV
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License version 2 as 
@@ -44,7 +44,7 @@ void CommunicatorClass::addSuckRequest(const string &domain, const string &maste
 
   if(priority) {
     d_suckdomains.push_front(sr);
-    d_havepriosuckrequest=true;
+    //  d_havepriosuckrequest=true;
   }
   else 
     d_suckdomains.push_back(sr);