monitor overrun double ref. fix

This commit is contained in:
Matej Sekoranja
2016-02-27 19:54:57 +01:00
parent 11696cee6f
commit fea2e1c263

View File

@@ -2220,7 +2220,8 @@ namespace epics {
m_up2datePVStructure = pvStructure;
m_monitorQueue.push(newElement);
if (!m_overrunInProgress)
m_monitorQueue.push(newElement);
}
if (!m_overrunInProgress)