mirror of
https://github.com/transmission/transmission
synced 2025-01-31 03:12:44 +00:00
encode &key=
as fixed-width 8-digit hex (#5652)
This commit is contained in:
parent
432fc9bafc
commit
40e80989b2
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ void announce_url_new(tr_urlbuf& url, tr_session const* session, tr_announce_req
|
|||
"&downloaded={downloaded}"
|
||||
"&left={left}"
|
||||
"&numwant={numwant}"
|
||||
"&key={key}"
|
||||
"&key={key:08X}"
|
||||
"&compact=1"
|
||||
"&supportcrypto=1",
|
||||
fmt::arg("url", req.announce_url),
|
||||
|
|
Loading…
Reference in a new issue