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