Fix UDF processing so we respect IVOA.

This commit is contained in:
Andrew Johnson
2010-03-01 13:19:43 -06:00
parent 4bad7073e1
commit a782ed68b9
+1 -2
View File
@@ -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);