not important, easy to fix.

Signed-off-by: Angus Salkeld <[email protected]>
---
 exec/coropoll.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/exec/coropoll.c b/exec/coropoll.c
index 8704bac..7910214 100644
--- a/exec/coropoll.c
+++ b/exec/coropoll.c
@@ -252,7 +252,7 @@ int poll_dispatch_modify (
                        poll_instance->poll_entries[i].ufd.events = events;
                        poll_instance->poll_entries[i].dispatch_fn = 
dispatch_fn;
                        if (change_notify) {
-                               char buf;
+                               char buf = 1;
                                write (poll_instance->pipefds[1], &buf, 1);
                        }
 
-- 
1.6.6.1

_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to