Skip to content

Commit 77b2c88

Browse files
committed
b2b_logic: fix typo on tuple error
(cherry picked from commit 4754e12)
1 parent 8baf2c3 commit 77b2c88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/b2b_logic/b2b_logic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1475,7 +1475,7 @@ static b2bl_tuple_t *ctx_search_tuple(struct b2b_context *ctx, int *locked)
14751475
if (!tuple) {
14761476
LM_ERR("Tuple [%u, %u] not found\n", ctx->hash_index, ctx->local_index);
14771477
B2BL_LOCK_RELEASE_AUX(ctx->hash_index);
1478-
locked = 0;
1478+
*locked = 0;
14791479
return NULL;
14801480
}
14811481

0 commit comments

Comments
 (0)