From 48018e48d04897dc33db36d286b1b84fec98ee45 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Fri, 15 Mar 2013 10:33:15 -0400 Subject: [PATCH] remove obsolete comment --- daemon/call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/call.c b/daemon/call.c index 7d62f1abf..4d56030b3 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -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))) { for (it = list->child; it; it = it->sibling) { if (!bencode_strcmp(it, "trust-address")) - out->trust_address = 1; /* XXX support this somehow */ + out->trust_address = 1; else if (!bencode_strcmp(it, "symmetric")) out->symmetric = 1; else if (!bencode_strcmp(it, "asymmetric"))