Browse Source

MT#59038 mutually exclusive operations

Change-Id: Id8588fb0ce948c594483f3b8b3c67973148ae7b0
pull/1802/head
Richard Fuchs 2 years ago
parent
commit
0ef4984a79
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      daemon/call_interfaces.c

+ 1
- 2
daemon/call_interfaces.c View File

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


Loading…
Cancel
Save