Skip to content

Commit

Permalink
Revert "b2b_logic: properly initialize socket for topo hiding"
Browse files Browse the repository at this point in the history
This reverts commit f0d2a09.
  • Loading branch information
razvancrainea committed Sep 15, 2023
1 parent f0d2a09 commit e007807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/b2b_logic/logic.c
Original file line number Diff line number Diff line change
Expand Up @@ -3401,7 +3401,7 @@ str* create_top_hiding_entities(struct sip_msg* msg, b2bl_cback_f cbf,
LM_ERR("Not a valid sip uri [%.*s]\n", ci.from_uri.len, ci.from_uri.s);
goto error;
}
get_local_contact((ci.send_sock?ci.send_sock:ci.pref_sock), &ct_uri.user, &ci.local_contact);
get_local_contact(ci.send_sock, &ct_uri.user, &ci.local_contact);

/* grab all AVPs from the server side and push them into the client */
ci.avps = clone_avp_list( *get_avp_list() );
Expand Down

0 comments on commit e007807

Please sign in to comment.