Browse Source

remove obsolete comment

git.mgm/mediaproxy-ng/2.2
Richard Fuchs 13 years ago
parent
commit
48018e48d0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/call.c

+ 1
- 1
daemon/call.c View File

@ -2256,7 +2256,7 @@ static void call_ng_process_flags(struct sdp_ng_flags *out, GQueue *streams, ben
if ((list = bencode_dictionary_get_expect(input, "flags", BENCODE_LIST))) { if ((list = bencode_dictionary_get_expect(input, "flags", BENCODE_LIST))) {
for (it = list->child; it; it = it->sibling) { for (it = list->child; it; it = it->sibling) {
if (!bencode_strcmp(it, "trust-address")) if (!bencode_strcmp(it, "trust-address"))
out->trust_address = 1; /* XXX support this somehow */
out->trust_address = 1;
else if (!bencode_strcmp(it, "symmetric")) else if (!bencode_strcmp(it, "symmetric"))
out->symmetric = 1; out->symmetric = 1;
else if (!bencode_strcmp(it, "asymmetric")) else if (!bencode_strcmp(it, "asymmetric"))


Loading…
Cancel
Save