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:
committed by
Michael Davidsaver
parent
52cc68433f
commit
832abbd3b1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user