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
This commit is contained in:
Angus Salkeld 2010-05-16 21:25:33 +00:00
parent ed7b299290
commit ff8d0084cb

View File

@ -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);
}