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",
name(), status);
(void) recGblSetSevr(record, status, INVALID_ALARM);
record->pact = false;
return false;
}
debug("Stream::process(%s): protocol started\n", name());