Skip to content

Commit

Permalink
FIX: Modify mismatched error types when get_item_info failed
Browse files Browse the repository at this point in the history
Co-authored-by: Namjae Kim <kimnj3050@gmail.com>
  • Loading branch information
ing-eoking and namsic committed Mar 10, 2024
1 parent 10b9581 commit b3c2a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memcached.c
Original file line number Diff line number Diff line change
Expand Up @@ -3714,7 +3714,7 @@ static void complete_update_bin(conn *c)
hinfo_append_ascii_tail_string(&c->hinfo); /* append "\r\n" */

ret = mc_engine.v1->store(mc_engine.v0, c, it, &c->cas, c->store_op,
c->binary_header.request.vbucket);
c->binary_header.request.vbucket);
CONN_CHECK_AND_SET_EWOULDBLOCK(ret, c);
#ifdef ENABLE_DTRACE
switch (c->cmd) {
Expand Down

0 comments on commit b3c2a18

Please sign in to comment.