Return an error if subrecord processing fails due to bad INP links

If a sub record has an invalid INPx link, it was silently failing (and
not running the proc function).  This change plumbs in the error, so
the put fails and the user knows something went wrong.
This commit is contained in:
Brendan Chandler
2022-12-20 10:19:02 -06:00
committed by Michael Davidsaver
parent 52cc68433f
commit 832abbd3b1
4 changed files with 70 additions and 1 deletions

View File

@@ -162,7 +162,7 @@ static long process(struct dbCommon *pcommon)
recGblFwdLink(prec);
prec->pact = FALSE;
return 0;
return status;
}
static long special(DBADDR *paddr, int after)