From a782ed68b904450557a52d7f2b9fec49ef0d16f3 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 1 Mar 2010 13:19:43 -0600 Subject: [PATCH] Fix UDF processing so we respect IVOA. --- src/rec/stringoutRecord.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/rec/stringoutRecord.c b/src/rec/stringoutRecord.c index 489fd01a7..41b0d6899 100644 --- a/src/rec/stringoutRecord.c +++ b/src/rec/stringoutRecord.c @@ -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);