diff --git a/lib/nodes/rtp.c b/lib/nodes/rtp.c index 8839ff0d2..55cdf9565 100644 --- a/lib/nodes/rtp.c +++ b/lib/nodes/rtp.c @@ -274,6 +274,9 @@ char * rtp_print(struct node *n) case RTCP_THROTTLE_DISABLED: throttle_mode = "disabled"; break; + + default: + throttle_mode = "unknown"; } strcatf(&buf, ", rtcp.mode=%s, rtcp.throttle_mode=%s", mode, throttle_mode);