Fix UDF processing so we respect IVOA.
This commit is contained in:
@@ -145,7 +145,6 @@ static long process(stringoutRecord *prec)
|
||||
|
||||
if(prec->udf == TRUE ){
|
||||
recGblSetSevr(prec,UDF_ALARM,INVALID_ALARM);
|
||||
goto finish;
|
||||
}
|
||||
|
||||
if (prec->nsev < INVALID_ALARM )
|
||||
@@ -172,7 +171,7 @@ static long process(stringoutRecord *prec)
|
||||
|
||||
/* check if device support set pact */
|
||||
if ( !pact && prec->pact ) return(0);
|
||||
finish:
|
||||
|
||||
prec->pact = TRUE;
|
||||
recGblGetTimeStamp(prec);
|
||||
monitor(prec);
|
||||
|
||||
Reference in New Issue
Block a user