Merged my udf-severity branch.

This commit is contained in:
Andrew Johnson
2013-05-30 15:00:37 -05:00
21 changed files with 40 additions and 20 deletions

View File

@@ -146,7 +146,7 @@ static long process(stringoutRecord *prec)
}
if(prec->udf == TRUE ){
recGblSetSevr(prec,UDF_ALARM,INVALID_ALARM);
recGblSetSevr(prec,UDF_ALARM,prec->udfs);
}
if (prec->nsev < INVALID_ALARM )