jba 4/18/91

This commit is contained in:
Janet B. Anderson
1991-04-18 15:18:40 +00:00
parent 030dc689a5
commit ffc67e2414
7 changed files with 54 additions and 39 deletions
-1
View File
@@ -82,7 +82,6 @@ static long read_bi(pbi)
pbi->nsev = VALID_ALARM;
pbi->nsta = LINK_ALARM;
}
return(2);
}
break;
case (CA_LINK) :
+1 -2
View File
@@ -82,7 +82,6 @@ static long read_bi(pbi)
pbi->nsev = VALID_ALARM;
pbi->nsta = LINK_ALARM;
}
return(2);
}
break;
case (CA_LINK) :
@@ -98,5 +97,5 @@ static long read_bi(pbi)
}
}
}
return(2);
return(0);
}
-3
View File
@@ -71,7 +71,6 @@ static long read_mbbi(pmbbi)
/* mbbi.inp must be a CONSTANT or a DB_LINK or a CA_LINK*/
switch (pmbbi->inp.type) {
case (CONSTANT) :
return(2);
break;
case (DB_LINK) :
options=0;
@@ -83,7 +82,6 @@ static long read_mbbi(pmbbi)
pmbbi->nsev = VALID_ALARM;
pmbbi->nsta = LINK_ALARM;
}
return(2);
}
break;
case (CA_LINK) :
@@ -98,7 +96,6 @@ static long read_mbbi(pmbbi)
errMessage(S_db_badField,message);
}
}
return(2);
}
return(0);
}