coverity#984087 Uninitialized scalar field
Change-Id: Ib88a068ea49955d48a0945b28b1016e0cccaf437
This commit is contained in:
parent
3b729ab35b
commit
e9f924ece2
@ -63,7 +63,12 @@ struct LdapDefinition
|
||||
OUString mUserObjectClass;
|
||||
/** User Entity Unique Attribute */
|
||||
OUString mUserUniqueAttr;
|
||||
} ;
|
||||
|
||||
LdapDefinition()
|
||||
: mPort(0)
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
typedef std::map< OUString, OUString > LdapData; // key/value pairs
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user