Explorar o código

make shure that remainingListChunks is 0 at start in JsonCommander

marius.rescheleit %!s(int64=5) %!d(string=hai) anos
pai
achega
7b54343c5f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      daemon/src/FileManager.cpp

+ 1 - 1
daemon/src/FileManager.cpp

@@ -3,7 +3,7 @@
 #include <boost/filesystem.hpp>
 #include <boost/range/iterator_range.hpp>
 
-FileManager::FileManager() {}
+FileManager::FileManager() : remainingListChunks(0) {}
 
 FileManager::~FileManager() {
   cancelPut();