From 88c0425a4fbf5ce7d297ff8ccd75c2e0f8866116 Mon Sep 17 00:00:00 2001 From: Bert Hubert Date: Sat, 17 Nov 2007 21:30:56 +0000 Subject: [PATCH] 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 --- pdns/communicator.cc | 8 +++++--- pdns/communicator.hh | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) 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<