mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-24 05:49:29 -04:00
fixed some of the issues reported by coverity scan (mainly uninitialised class members)
This commit is contained in:
parent
ab3939cd9a
commit
b6b5f9cd17
5 changed files with 416 additions and 389 deletions
|
@ -51,7 +51,7 @@ class PgpAuxUtils;
|
|||
class RsGroupNetworkStatsRecord
|
||||
{
|
||||
public:
|
||||
RsGroupNetworkStatsRecord() { max_visible_count= 0 ; }
|
||||
RsGroupNetworkStatsRecord() { max_visible_count= 0 ; update_TS=0; }
|
||||
|
||||
std::set<RsPeerId> suppliers ;
|
||||
uint32_t max_visible_count ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue