Consistency for extended device support

Call scanDelete() before pdsxt->del_record()
when closing down an IOC.
This commit is contained in:
Andrew Johnson
2013-04-04 14:59:56 -05:00
parent fabc8d06a9
commit 04ccf9db0d
+1
View File
@@ -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) {