forked from premiere/premiere-libtorrent
one more uninitialized member
This commit is contained in:
parent
f49d79b1f1
commit
cf49986e1a
|
@ -116,7 +116,7 @@ struct torrent_entry
|
|||
|
||||
struct dht_immutable_item
|
||||
{
|
||||
dht_immutable_item() : value(0), num_announcers(0) {}
|
||||
dht_immutable_item() : value(0), num_announcers(0), size(0) {}
|
||||
// malloced space for the actual value
|
||||
char* value;
|
||||
// this counts the number of IPs we have seen
|
||||
|
|
Loading…
Reference in New Issue