Getting branch up to date with trunk

This commit is contained in:
Keenan Lang
2016-03-21 10:01:11 -05:00
+2 -1
View File
@@ -643,10 +643,11 @@ static void doCloseLinks(dbRecordType *pdbRecordType, dbCommon *precord,
}
dbCaRemoveLink(NULL, plink);
} else if (plink->type == DB_LINK) {
} else if (iocBuildMode==buildIsolated && plink->type == DB_LINK) {
/* free link, but don't split lockset like dbDbRemoveLink() */
free(plink->value.pv_link.pvt);
plink->type = PV_LINK;
plink->lset = NULL;
}
}