[Cluster-devel] [PATCH 03/41] libcman: fix variable type

Fabio M. Di Nitto fdinitto at redhat.com
Wed Nov 23 10:15:22 UTC 2011


Spotted by Coverity Scan

Signed-off-by: Fabio M. Di Nitto <fdinitto at redhat.com>
---
:100644 100644 46f5c89... fbf5bf8... M	cman/lib/libcman.c
 cman/lib/libcman.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cman/lib/libcman.c b/cman/lib/libcman.c
index 46f5c89..fbf5bf8 100644
--- a/cman/lib/libcman.c
+++ b/cman/lib/libcman.c
@@ -232,7 +232,7 @@ static int loopy_writev(int fd, struct iovec *iovptr, size_t iovlen)
 static int send_message(struct cman_handle *h, int msgtype, const void *inbuf, int inlen)
 {
 	struct sock_header header;
-	size_t len;
+	int len;
 	struct iovec iov[2];
 	size_t iovlen = 1;
 
-- 
1.7.4.4




More information about the Cluster-devel mailing list