c++: Fix possible string truncation
[awesomized/libmemcached] / libmemcached-1.0 / return.h
index 65dc63af5eb02cb7783200287f9cb5316dc06a86..781603b86e84ec8c8ac97983bba1d7e1e14ba762 100644 (file)
@@ -63,6 +63,7 @@ static inline bool memcached_fatal(memcached_return_t rc)
 {
   return (
           rc != MEMCACHED_BUFFERED &&
+          rc != MEMCACHED_CLIENT_ERROR &&
           rc != MEMCACHED_DATA_EXISTS &&
           rc != MEMCACHED_DELETED &&
           rc != MEMCACHED_E2BIG &&