diff --git a/src/BtLeecherStateChoke.cc b/src/BtLeecherStateChoke.cc index 5c734a4f..3e57df53 100644 --- a/src/BtLeecherStateChoke.cc +++ b/src/BtLeecherStateChoke.cc @@ -225,6 +225,7 @@ void BtLeecherStateChoke::executeChoke(const PeerSet& peerSet) p->chokingRequired(true); if (p->snubbing()) { + p->optUnchoking(false); continue; }