From ff8d0084cb76943ca52c418f630184d55df6008b Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Sun, 16 May 2010 21:25:33 +0000 Subject: [PATCH] cov 10400: unit'ed variable. not important, easy to fix. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2832 fd59a12c-fef9-0310-b244-a6a79926bd2f --- exec/coropoll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/coropoll.c b/exec/coropoll.c index 8704bacd..79102144 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); }