Kaydet (Commit) 0a52587c authored tarafından Julien Nabet's avatar Julien Nabet

cppcheck: fix uninitMemberVar for postgresql part

Change-Id: Id37b961ff04ec9cebcc9d35434ccfdff0b512235
üst 21acf9d6
......@@ -105,6 +105,8 @@ struct ConnectionSettings
pConnection(0),
maxNameLen(0),
maxIndexKeys(0),
pTablesImpl(0),
pViewsImpl(0),
showSystemColumns( sal_False ),
logFile( 0 ),
loglevel( LogLevel::INFO )
......
......@@ -121,7 +121,8 @@ typedef ::boost::unordered_map
struct ImplementationStatics
{
ImplementationStatics() :
implementationId( 16 )
implementationId(16),
pProps(0)
{
rtl_createUuid( (sal_uInt8*)implementationId.getArray(), 0 , sal_False );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment