removed mlis.count check 5/91

This commit is contained in:
Janet B. Anderson
1991-05-03 11:34:19 +00:00
parent 7cf97201a6
commit e8aed90f77

View File

@@ -141,8 +141,7 @@ static void monitor(pstate)
}
if(strncmp(pstate->oval,pstate->val,sizeof(pstate->val))) {
if(pstate->mlis.count != 0)
db_post_events(pstate,&(pstate->val[0]),monitor_mask|DBE_VALUE);
db_post_events(pstate,&(pstate->val[0]),monitor_mask|DBE_VALUE);
strncpy(pstate->oval,pstate->val,sizeof(pstate->val));
}
return;