Commit 5b464543 authored by Wayne Davison's avatar Wayne Davison

Forward a MSG_ERROR_EXIT value to generator too.

Fixes bug 9882.
parent d4070db6
......@@ -1613,7 +1613,7 @@ static void read_a_msg(void)
io_flush(FULL_FLUSH);
}
} else if (protocol_version >= 31) {
if (am_generator) {
if (am_generator || am_receiver) {
if (DEBUG_GTE(EXIT, 3)) {
rprintf(FINFO, "[%s] sending MSG_ERROR_EXIT with exit_code %d\n",
who_am_i(), val);
......
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