Skip to content

Commit

Permalink
DRY
Browse files Browse the repository at this point in the history
  • Loading branch information
kou authored Oct 11, 2024
1 parent edae2eb commit 1391e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db.c
Original file line number Diff line number Diff line change
Expand Up @@ -13295,7 +13295,7 @@ grn_obj_unlink(grn_ctx *ctx, grn_obj *obj)
obj,
vp->lock,
vp->ptr);
GRN_API_RETURN(GRN_INVALID_ARGUMENT);
GRN_API_RETURN(ctx->rc);
}
uint32_t current_lock;
uint32_t *lock_pointer = &vp->lock;
Expand Down

0 comments on commit 1391e9e

Please sign in to comment.