memcache/connection.c
changeset 44 03a7e064f833
parent 43 e5b714190dee
child 46 8a832c0e01ee
--- a/memcache/connection.c	Thu Aug 28 00:29:39 2008 +0300
+++ b/memcache/connection.c	Thu Aug 28 01:34:14 2008 +0300
@@ -298,7 +298,7 @@
             ERROR("got reply with wrong key !?!");
 
         // notify the request (no reply data is ready for reading yet, though)
-        memcache_req_reply(conn->req, reply_type);
+        memcache_req_recv(conn->req, reply_type);
         
         // does the reply include data?
         if (has_data) {