initialize fields in constructors

fixes CID 28020, 27932 found by Coverity Scan
This commit is contained in:
Christian Beer 2015-10-20 13:53:40 +02:00
parent 96ae6e5c98
commit af1a0c31f7
1 changed files with 1 additions and 0 deletions

View File

@ -1327,6 +1327,7 @@ void ACCOUNT_IN::clear() {
user_name.clear();
passwd.clear();
team_name.clear();
ldap_auth = false;
}
ACCOUNT_OUT::ACCOUNT_OUT() {