Browse Source

TT#14008 fix local SDP copy incorrectly returned from function

closes #1405

Change-Id: I12ba3970d7991a966f9403dca13a57bd0ef5120e
(cherry picked from commit 271a2a2a54)
mr10.0.1
Richard Fuchs 4 years ago
parent
commit
99574a8add
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/call_interfaces.c

+ 1
- 1
daemon/call_interfaces.c View File

@ -1418,7 +1418,7 @@ static const char *call_offer_answer_ng(struct ng_buffer *ngbuf, bencode_item_t
if (flags.loop_protect && sdp_is_duplicate(&parsed)) {
ilog(LOG_INFO, "Ignoring message as SDP has already been processed by us");
bencode_dictionary_add_str(output, "sdp", &sdp);
bencode_dictionary_add_str(output, "sdp", &flags.sdp);
errstr = NULL;
goto out;
}


Loading…
Cancel
Save