mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-04 19:21:48 +00:00
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:
parent
ed7b299290
commit
ff8d0084cb
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user