diff --git a/daemon/call_interfaces.c b/daemon/call_interfaces.c index 1c7c60473..e0c6083e0 100644 --- a/daemon/call_interfaces.c +++ b/daemon/call_interfaces.c @@ -1822,8 +1822,8 @@ static void call_ng_main_flags(sdp_ng_flags *out, str *key, bencode_item_t *valu case CSH_LOOKUP("RTCP-mux"): call_ng_flags_str_list(out, value, call_ng_flags_rtcp_mux, NULL); break; - case CSH_LOOKUP("rtpp-flags"): - case CSH_LOOKUP("rtpp_flags"): + case CSH_LOOKUP("rtpp-flags"):; + case CSH_LOOKUP("rtpp_flags"):; /* new dictionary to store rtpp_flags */ bencode_item_t * dict; dict = bencode_dictionary(value->buffer);