Straighten up exection path
[m6w6/libmemcached] / libmemcached / memcached_connect.c
index 2b392fb6138528361abb5836f9e3d628fcface76..57bce10107255bbef5c00a3506b6fd9c7a2a709d 100644 (file)
@@ -184,8 +184,6 @@ static memcached_return network_connect(memcached_server_st *ptr)
           return MEMCACHED_FAILURE;
       }
     }
-    /* Old connection junk still is in the structure */
-    WATCHPOINT_ASSERT(ptr->cursor_active == 0);
 
     if (ptr->sockaddr_inited == MEMCACHED_NOT_ALLOCATED || 
         (!(ptr->root->flags & MEM_USE_CACHE_LOOKUPS)))