Index: trunk/BNC/src/latencychecker.cpp
===================================================================
--- trunk/BNC/src/latencychecker.cpp	(revision 6643)
+++ trunk/BNC/src/latencychecker.cpp	(revision 6644)
@@ -182,5 +182,4 @@
       callScript(("Begin_Outage "
                     + _begDateOut + " " + _begTimeOut).toAscii());
-      _decodeStart = QDateTime::currentDateTime();
     }
   }
@@ -278,4 +277,8 @@
       _checkSeg = false;
     }
+  }
+
+  if ( !_decodeStop.isValid()) {
+    _decodeStart = QDateTime::currentDateTime();
   }
 
