This fixes memcached_dump(), and creates a couple of additional tests for memcached_s...
[awesomized/libmemcached] / libmemcached-1.0 / return.h
index b63953a5ce52c78bce880caaa8598047dd479e0a..65dc63af5eb02cb7783200287f9cb5316dc06a86 100644 (file)
@@ -68,6 +68,7 @@ static inline bool memcached_fatal(memcached_return_t rc)
           rc != MEMCACHED_E2BIG && 
           rc != MEMCACHED_END && 
           rc != MEMCACHED_ITEM &&
+          rc != MEMCACHED_ERROR &&
           rc != MEMCACHED_NOTFOUND && 
           rc != MEMCACHED_NOTSTORED && 
           rc != MEMCACHED_SERVER_MEMORY_ALLOCATION_FAILURE &&