Skip to content

Commit

Permalink
b2b_logic: fix "maybe-uninitialize" warning introduced by previous co…
Browse files Browse the repository at this point in the history
…mmit
  • Loading branch information
ovidiusas committed Oct 6, 2023
1 parent e72e4be commit 3ce2adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/b2b_logic/bridging.c
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,7 @@ int b2bl_bridge(struct sip_msg* msg, b2bl_tuple_t* tuple,
{
b2bl_entity_id_t* bridge_entities[2];
b2bl_entity_id_t* entity = NULL;
str *hdrs;
str *hdrs = NULL;
int i;

memset(bridge_entities, 0, 2*sizeof(b2bl_entity_id_t*));
Expand Down

0 comments on commit 3ce2adc

Please sign in to comment.