dbEvent don't queue dropped events

This commit is contained in:
Michael Davidsaver
2012-06-29 17:02:22 -04:00
parent e6ae903f2c
commit a103a2434a

View File

@@ -824,7 +824,7 @@ void epicsShareAPI db_post_single_event (dbEventSubscription event)
pLog = db_create_event_log(pevent);
pLog = dbChannelRunPreChain(pevent->chan, pLog);
db_queue_event_log(pevent, pLog);
if(pLog) db_queue_event_log(pevent, pLog);
dbScanUnlock (prec);
}