X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fmemcached_stats.c;h=a20426a6339a7059cd4d14ae9d7d7a15e6ccd630;hb=edeb3965773b750c0cf454e8b1494fd030ba0369;hp=decf22b614c8a864634c3abdaabba95d1ba1e31e;hpb=1dd64b216b8a845b2d3399641520833b25a3cb76;p=m6w6%2Flibmemcached diff --git a/lib/memcached_stats.c b/lib/memcached_stats.c index decf22b6..a20426a6 100644 --- a/lib/memcached_stats.c +++ b/lib/memcached_stats.c @@ -221,7 +221,7 @@ static memcached_return memcached_stats_fetch(memcached_st *ptr, while (1) { - rc= memcached_response(ptr, buffer, MEMCACHED_DEFAULT_COMMAND_SIZE, server_key); + rc= memcached_response(ptr, buffer, MEMCACHED_DEFAULT_COMMAND_SIZE, NULL, server_key); if (rc == MEMCACHED_STAT) {