torrentd

simple torrent daemon
git clone git://git.2f30.org/torrentd
Log | Files | Refs | LICENSE

commit 30c96770988c7262cec41bb0309f2c7dac84e748
parent 8aa145f7ac541439c9fc0e3fed3e6863ddbd1af5
Author: sin <sin@2f30.org>
Date:   Sat, 26 Dec 2015 17:10:54 +0000

xxx

Diffstat:
Mtracker.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/tracker.c b/tracker.c @@ -71,6 +71,8 @@ trackerget(struct torrent *t, int event) goto err3; } + /* XXX: we should have trackerparse() before calling + * parsepeers() */ if (parsepeers(t, &reply) < 0) { r = - 1; goto err3;