Skip to content

Commit

Permalink
- fixed compile errors from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-iancu committed May 31, 2013
1 parent da55c3e commit 027e7d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/b2b_logic/logic.c
Expand Up @@ -738,8 +738,8 @@ int process_bridge_200OK(struct sip_msg* msg, str* extra_headers,
/* store this sdp */
if(tuple->b1_sdp.s)
shm_free(tuple->b1_sdp.s);
if (tuple->b1_sdp.s==tuple->sdp)
tuple->sdp = 0;
if (tuple->b1_sdp.s==tuple->sdp.s)
tuple->sdp.s = 0;
tuple->b1_sdp.s = 0;
if(body)
{
Expand Down

0 comments on commit 027e7d0

Please sign in to comment.