mirror of https://github.com/BOINC/boinc.git
initialize fields in constructors
fixes CID 28020, 27932 found by Coverity Scan
This commit is contained in:
parent
96ae6e5c98
commit
af1a0c31f7
|
@ -1327,6 +1327,7 @@ void ACCOUNT_IN::clear() {
|
|||
user_name.clear();
|
||||
passwd.clear();
|
||||
team_name.clear();
|
||||
ldap_auth = false;
|
||||
}
|
||||
|
||||
ACCOUNT_OUT::ACCOUNT_OUT() {
|
||||
|
|
Loading…
Reference in New Issue