mirror of
https://github.com/transmission/transmission
synced 2025-02-02 20:43:51 +00:00
Fix extra space in tracker HTTP request line.
This commit is contained in:
parent
19b89fa7ea
commit
9d17424799
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ static tr_http_t * getQuery( tr_tracker_t * tc )
|
|||
"compact=1&"
|
||||
"numwant=50&"
|
||||
"key=%s"
|
||||
"%s ",
|
||||
"%s",
|
||||
inf->trackerAnnounce, tor->hashString, tc->id,
|
||||
tc->bindPort, up, down, left, tor->key, event );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue