|
|
|
@ -433,8 +433,6 @@ static void call_ng_process_flags(struct sdp_ng_flags *out, bencode_item_t *inpu
|
|
|
|
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;
|
|
|
|
out->trust_address = 1;
|
|
|
|
else if (!bencode_strcmp(it, "symmetric"))
|
|
|
|
|
|
|
|
out->symmetric = 1;
|
|
|
|
|
|
|
|
else if (!bencode_strcmp(it, "asymmetric"))
|
|
|
|
else if (!bencode_strcmp(it, "asymmetric"))
|
|
|
|
out->asymmetric = 1;
|
|
|
|
out->asymmetric = 1;
|
|
|
|
else if (!bencode_strcmp(it, "trust-address"))
|
|
|
|
else if (!bencode_strcmp(it, "trust-address"))
|
|
|
|
|