Trying to fix the issue of scanner not compiling on all platforms.
[m6w6/libmemcached] / libmemcached / get.c
index 13fe60799418e2bc8cc451f7d6009319553fe60a..7cb5ec0473a02dee239104d60ed32b92403e8bb0 100644 (file)
@@ -374,7 +374,7 @@ static memcached_return_t simple_binary_mget(memcached_st *ptr,
 {
   memcached_return_t rc= MEMCACHED_NOTFOUND;
 
-  int flush= number_of_keys == 1;
+  bool flush= (number_of_keys == 1);
 
   /*
     If a server fails we warn about errors and start all over with sending keys