X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fdump.cc;h=8a2ba14467d46d71a1f7d5d555f1a1d6794f745b;hb=3998b1125e1b9f8ebd2c963aa6f8d60131bc97c4;hp=5ba4ce1624c185c6b8e5b8c858fa498c84d512b5;hpb=77eab04d2140f8e2bd904f7ac4a59b4eef54244f;p=m6w6%2Flibmemcached diff --git a/libmemcached/dump.cc b/libmemcached/dump.cc index 5ba4ce16..8a2ba144 100644 --- a/libmemcached/dump.cc +++ b/libmemcached/dump.cc @@ -77,7 +77,7 @@ static memcached_return_t ascii_dump(memcached_st *memc, memcached_dump_fn *call } else { - return memcached_set_error(*instance, vdo_rc, MEMCACHED_AT); + return vdo_rc; } } @@ -128,7 +128,7 @@ static memcached_return_t ascii_dump(memcached_st *memc, memcached_dump_fn *call else { // IO error of some sort must have occurred - return memcached_set_error(*instance, response_rc, MEMCACHED_AT); + return response_rc; } } }