From: Bert Hubert Date: Sat, 17 Nov 2007 21:30:56 +0000 (+0000) Subject: 64-bit fix for the slave cycle interval, which might lead to locked up systems! X-Git-Tag: rec-3.1.7.1~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88c0425a4fbf5ce7d297ff8ccd75c2e0f8866116;p=pdns 64-bit fix for the slave cycle interval, which might lead to locked up systems! git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1105 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/communicator.cc b/pdns/communicator.cc index 0a1e7dda8..1a9f00d90 100644 --- a/pdns/communicator.cc +++ b/pdns/communicator.cc @@ -55,6 +55,7 @@ void CommunicatorClass::addSuckRequest(const string &domain, const string &maste void CommunicatorClass::suck(const string &domain,const string &remote) { + L<