summaryrefslogtreecommitdiff
path: root/src/prtget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/prtget.cpp')
-rw-r--r--src/prtget.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/prtget.cpp b/src/prtget.cpp
index c2c7558..600b04b 100644
--- a/src/prtget.cpp
+++ b/src/prtget.cpp
@@ -56,10 +56,11 @@ const string PrtGet::DEFAULT_CACHE_FILE = LOCALSTATEDIR"/lib/pkg/prt-get.cache";
PrtGet::PrtGet( const ArgParser* parser )
: m_repo( 0 ),
m_config( 0 ),
+ m_currentTransaction( 0 ),
+ m_locker(),
m_parser( parser ),
m_cacheFile( DEFAULT_CACHE_FILE ),
- m_returnValue( PG_OK ),
- m_currentTransaction( 0 )
+ m_returnValue( PG_OK )
{
if ( m_parser->wasCalledAsPrtCached() ) {
m_appName = "prt-cache";

Generated by cgit