Explorar o código

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
Angus Salkeld %!s(int64=15) %!d(string=hai) anos
pai
achega
ff8d0084cb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      exec/coropoll.c

+ 1 - 1
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);
 			}