monitor overrun double ref. fix

(cherry picked from commit fea2e1c263)
This commit is contained in:
Matej Sekoranja
2016-02-27 19:54:57 +01:00
committed by Dave Hickin
parent 1693625f0d
commit c8e150874e
+2 -1
View File
@@ -2295,7 +2295,8 @@ namespace epics {
m_up2datePVStructure = pvStructure;
m_monitorQueue.push(newElement);
if (!m_overrunInProgress)
m_monitorQueue.push(newElement);
}
if (!m_overrunInProgress)