summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-21 13:46:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-21 13:46:11 +0100
commit8c2b652e9c6c2a9c5ffa20a82ab7ec7cfd757381 (patch)
tree39d60612644ffc778859f02921187f53fb9394eb /connectivity
parent3771cba650090d852ca5d948045307d561624f87 (diff)
valgrind: uninitialized variable
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/mozab/MConnection.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/drivers/mozab/MConnection.cxx b/connectivity/source/drivers/mozab/MConnection.cxx
index 3bbad5c57a..cdf3c6df91 100644
--- a/connectivity/source/drivers/mozab/MConnection.cxx
+++ b/connectivity/source/drivers/mozab/MConnection.cxx
@@ -128,6 +128,7 @@ OConnection::OConnection(MozabDriver* _pDriver)
,m_nMaxResultRecords( -1 )
,m_aNameMapper(NULL)
,m_eSDBCAddressType(SDBCAddress::Unknown)
+ ,m_bForceLoadTable(false)
{
m_pDriver->acquire();