From: Bert Hubert Date: Thu, 27 Nov 2008 21:27:08 +0000 (+0000) Subject: no longer allow notification to disrupt the slave checking process X-Git-Tag: rec-3.2~210 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a262faa9e7caf4771c906380bb8ce28fd48df427;p=pdns no longer allow notification to disrupt the slave checking process git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1312 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/communicator.cc b/pdns/communicator.cc index d20011ad8..8fb488d95 100644 --- a/pdns/communicator.cc +++ b/pdns/communicator.cc @@ -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);