monitor overrun double ref. fix

(cherry picked from commit fea2e1c263)
This commit is contained in:
Matej Sekoranja
2016-03-04 19:20:45 +00: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)