mirror of
git://erdgeist.org/opentracker
synced 2025-04-04 04:17:15 +08:00
fix a warning
This commit is contained in:
parent
77e5241cf8
commit
0f5a092f75
@ -446,7 +446,7 @@ static void add_pool_to_changeset( ot_hash *hash, ot_peer *peers, size_t peer_co
|
|||||||
int add_changeset_to_tracker( ot_byte *data, size_t len ) {
|
int add_changeset_to_tracker( ot_byte *data, size_t len ) {
|
||||||
ot_hash *hash;
|
ot_hash *hash;
|
||||||
ot_byte *end = data + len;
|
ot_byte *end = data + len;
|
||||||
size_t peer_count;
|
unsigned long peer_count;
|
||||||
|
|
||||||
/* We do know, that the string is \n terminated, so it cant
|
/* We do know, that the string is \n terminated, so it cant
|
||||||
overflow */
|
overflow */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user