MT#59038 mutually exclusive operations

Change-Id: Id8588fb0ce948c594483f3b8b3c67973148ae7b0
pull/1802/head
Richard Fuchs 2 years ago
parent 4835e5e2ba
commit 0ef4984a79

@ -2158,8 +2158,7 @@ static const char *call_offer_answer_ng(ng_buffer *ngbuf, bencode_item_t *input,
if (flags.drop_traffic_start) {
CALL_SET(call, DROP_TRAFFIC);
}
if (flags.drop_traffic_stop) {
else if (flags.drop_traffic_stop) {
CALL_CLEAR(call, DROP_TRAFFIC);
}

Loading…
Cancel
Save