revert several files back to upstream version

This commit is contained in:
2021-07-19 15:36:21 +02:00
parent 66abb7116f
commit 55536a13db
18 changed files with 44 additions and 76 deletions

View File

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