Skip to content

Commit 4754e12

Browse files
committed
b2b_logic: fix typo on tuple error
1 parent a1caf3b commit 4754e12

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
@@ -1573,7 +1573,7 @@ static b2bl_tuple_t *ctx_search_tuple(struct b2b_context *ctx, int *locked)
15731573
if (!tuple) {
15741574
LM_ERR("Tuple [%u, %u] not found\n", ctx->hash_index, ctx->local_index);
15751575
B2BL_LOCK_RELEASE_AUX(ctx->hash_index);
1576-
locked = 0;
1576+
*locked = 0;
15771577
return NULL;
15781578
}
15791579

0 commit comments

Comments
 (0)