Browse Source

MT#55283 remove duplicate code

Change-Id: I4b2b5b2cd99e2e88ee96aeca66386bb6303868ad
pull/1665/head
Richard Fuchs 3 years ago
parent
commit
6dfb2786c8
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      daemon/call_interfaces.c

+ 0
- 2
daemon/call_interfaces.c View File

@ -1038,8 +1038,6 @@ static void call_ng_flags_flags(struct sdp_ng_flags *out, str *s, void *dummy) {
out->inactive = 1; out->inactive = 1;
break; break;
case CSH_LOOKUP("debug"): case CSH_LOOKUP("debug"):
out->debug = 1;
break;
case CSH_LOOKUP("debugging"): case CSH_LOOKUP("debugging"):
out->debug = 1; out->debug = 1;
break; break;


Loading…
Cancel
Save