bugfix: this could hang up the record in PACT=1 state

This commit is contained in:
zimoch
2011-09-13 15:52:24 +00:00
parent 7db71589d8
commit c550cc01be

View File

@ -690,6 +690,7 @@ process()
debug("Stream::process(%s): could not start, status=%d\n", debug("Stream::process(%s): could not start, status=%d\n",
name(), status); name(), status);
(void) recGblSetSevr(record, status, INVALID_ALARM); (void) recGblSetSevr(record, status, INVALID_ALARM);
record->pact = false;
return false; return false;
} }
debug("Stream::process(%s): protocol started\n", name()); debug("Stream::process(%s): protocol started\n", name());