X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached-1.0%2Freturn.h;h=781603b86e84ec8c8ac97983bba1d7e1e14ba762;hb=ae86283e79c226f2a24d5c74e3ffc8f38f0a66a8;hp=b63953a5ce52c78bce880caaa8598047dd479e0a;hpb=387c65c94bec4333da574771fc82a40deabbc3e2;p=awesomized%2Flibmemcached diff --git a/libmemcached-1.0/return.h b/libmemcached-1.0/return.h index b63953a5..781603b8 100644 --- a/libmemcached-1.0/return.h +++ b/libmemcached-1.0/return.h @@ -63,11 +63,13 @@ 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 && rc != MEMCACHED_END && rc != MEMCACHED_ITEM && + rc != MEMCACHED_ERROR && rc != MEMCACHED_NOTFOUND && rc != MEMCACHED_NOTSTORED && rc != MEMCACHED_SERVER_MEMORY_ALLOCATION_FAILURE &&