Commit 52277a67 authored by claes's avatar claes

Status set if io is halted

parent 44b06f25
......@@ -1213,8 +1213,10 @@ cSup_exec (
o->Acked = FALSE;
o->AlarmCheck = FALSE;
o->DelayNoted = TRUE;
if (o->DelayAction == 2)
if (o->DelayAction == 2) {
l.iohp->IOReadWriteFlag = FALSE;
errh_SetStatus( MH__IOSTALLED);
}
}
}
} else if (diff <= 0 || (o->Delayed && o->Timely)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment