#5505: Temporarily comment assert out so that nightly builds are usable again

This commit is contained in:
Mike Gelfand 2015-03-11 06:22:11 +00:00
parent a2037bdbbd
commit 2331cee776
1 changed files with 2 additions and 0 deletions

View File

@ -703,8 +703,10 @@ tr_peerMsgsCalculateActive (const tr_peerMsgs * msgs, tr_direction direction)
is_active = tr_peerMsgsIsPeerInterested (msgs)
&& !tr_peerMsgsIsPeerChoked (msgs);
/* FIXME: https://trac.transmissionbt.com/ticket/5505
if (is_active)
assert (!tr_peerIsSeed (&msgs->peer));
*/
}
else /* TR_PEER_TO_CLIENT */
{