Get back calcout record link fix

This reverts part of commit 55536a13db.
This commit is contained in:
2023-02-20 15:16:04 +01:00
parent 23511c4a53
commit e33728362d
8 changed files with 55 additions and 27 deletions

View File

@@ -81,7 +81,7 @@ static long add_record(dbCommon *pcommon)
devPvt *pdevPvt;
processNotify *ppn;
if (dbLinkIsDefined(plink) && dbLinkIsConstant(plink))
if (plink->type == CONSTANT)
return 0;
if (plink->type != PV_LINK) {