Index: /trunk/FACT++/src/fadctrl.cc
===================================================================
--- /trunk/FACT++/src/fadctrl.cc	(revision 14958)
+++ /trunk/FACT++/src/fadctrl.cc	(revision 14959)
@@ -1489,5 +1489,5 @@
 
         // Keep the state during reconnection (theoretically, can only be WritingData)
-        if (fReconnectionList.size()>0)
+/*        if (fReconnectionList.size()>0)
         {
             bool isnew = true;
@@ -1523,5 +1523,5 @@
             return T::GetCurrentState();
         }
-
+*/
         // fadctrl:       Always connecting if not disabled
         // event builder:
@@ -1572,6 +1572,6 @@
                 }
 
-                const lock_guard<mutex> guard(fMutexReconnect);
-                fReconnectionList.clear();
+//                const lock_guard<mutex> guard(fMutexReconnect);
+//                fReconnectionList.clear();
 
                 return FAD::State::kConfigured;
