diff --git a/update.cpp b/update.cpp index 8872356..be7cabe 100644 --- a/update.cpp +++ b/update.cpp @@ -123,6 +123,7 @@ Update::Update(Worker *worker, // must deliver 'true', only then are all data from hwapi valid if (--tries < 0) { qCritical() << "ERROR!!! DC DATA NOT VALID -> CA-MASTER-PLUGIN NOT CONNECTED"; + break; } m_hw->dc_autoRequest(true); QThread::msleep(500);