Consistency for extended device support
Call scanDelete() before pdsxt->del_record() when closing down an IOC.
This commit is contained in:
@@ -585,6 +585,7 @@ static void doCloseLinks(dbRecordType *pdbRecordType, dbCommon *precord,
|
||||
dbScanLock(precord);
|
||||
locked = 1;
|
||||
}
|
||||
scanDelete(precord); /* Being consistent... */
|
||||
pdsxt->del_record(precord);
|
||||
}
|
||||
if (locked) {
|
||||
|
||||
Reference in New Issue
Block a user