If process routine found udf true it did not perform normal record completion

This commit is contained in:
Marty Kraimer
1996-09-04 15:25:19 +00:00
parent 75feb3a5d4
commit 8f41686a98
+2 -7
View File
@@ -167,7 +167,7 @@ static long process(pstringout)
if(pstringout->udf == TRUE ){
recGblSetSevr(pstringout,UDF_ALARM,INVALID_ALARM);
return(-1);
goto finish;
}
if (pstringout->nsev < INVALID_ALARM )
@@ -194,16 +194,11 @@ static long process(pstringout)
/* check if device support set pact */
if ( !pact && pstringout->pact ) return(0);
finish:
pstringout->pact = TRUE;
recGblGetTimeStamp(pstringout);
/* check event list */
monitor(pstringout);
/* process the forward scan link record */
recGblFwdLink(pstringout);
pstringout->pact=FALSE;
return(status);
}