patch attached
Index: exec/ipc.c
===================================================================
--- exec/ipc.c (revision 1651)
+++ exec/ipc.c (working copy)
@@ -1369,7 +1369,6 @@
}
if (res == -1 && errno == EAGAIN) {
conn_io->byte_start = 0;
- conn_io->events = POLLIN|POLLNVAL;
}
if (res != -1) {
if (res != mlen) {
@@ -1377,7 +1376,6 @@
res = -1;
} else {
conn_io->byte_start = 0;
- conn_io->events = POLLIN|POLLNVAL;
}
}
}
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais