X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=apt_p2p_Khashmir%2Fkhashmir.py;h=394d75e42fa6af2188db8d07c10d6f8d0a63510c;hb=537f11c1bd58561f6bbd0942ddf5541d9e1476a4;hp=54951b7e5719093b53d614c857af7846245643ad;hpb=648ac0a2827cc56476ec4bdc7259e417fc3058dd;p=quix0rs-apt-p2p.git diff --git a/apt_p2p_Khashmir/khashmir.py b/apt_p2p_Khashmir/khashmir.py index 54951b7..394d75e 100644 --- a/apt_p2p_Khashmir/khashmir.py +++ b/apt_p2p_Khashmir/khashmir.py @@ -232,6 +232,7 @@ class KhashmirBase(protocol.Factory): if newnode.id not in self.pinging: self.pinging[newnode.id] = reactor.callLater(self.config['MIN_PING_INTERVAL'], self.sendPing, newnode) + return newnode df.addCallback(rePing) def _staleNodeHandler(self, err, old, node, contacted):