torrentd

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

commit 911b46d7e5c3319fa623f131cce5d24025a69316
parent 720b738c057095e1307a4e2f2e3d193be9fe8a51
Author: sin <sin@2f30.org>
Date:   Sat, 26 Dec 2015 16:53:23 +0000

re-order var

Diffstat:
Mtracker.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tracker.c b/tracker.c @@ -78,8 +78,8 @@ trackerget(struct torrent *t, int event) { CURL *curl; CURLcode res; - char buf[8192], *infohash, *id, *ev; struct buf reply; + char buf[8192], *infohash, *id, *ev; int r; switch (event) {