mirror of
git://erdgeist.org/opentracker
synced 2025-03-28 13:36:20 +01:00
Silence warning in debug code
This commit is contained in:
parent
236c9292f6
commit
cab821f253
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ void trackerlogic_add_random_torrents(size_t amount) {
|
|||
ws.inbuf=malloc(G_INBUF_SIZE);
|
||||
ws.outbuf=malloc(G_OUTBUF_SIZE);
|
||||
ws.reply=ws.outbuf;
|
||||
ws.hash=ws.inbuf;
|
||||
ws.hash=(ot_hash*)ws.inbuf;
|
||||
|
||||
while( amount-- ) {
|
||||
arc4random_buf(ws.hash, sizeof(ot_hash));
|
||||
|
|
Loading…
Add table
Reference in a new issue