Merge 3.15 branch into 7.0

This commit is contained in:
Andrew Johnson
2021-05-06 12:33:47 -05:00
6 changed files with 129 additions and 54 deletions
+2 -1
View File
@@ -1376,7 +1376,8 @@ long dbPut(DBADDR *paddr, short dbrType,
/* Always do special processing if needed */
if (special) {
long status2 = dbPutSpecial(paddr, 1);
if (status2) goto done;
if (status2)
status = status2;
}
if (status) goto done;