From 01d6724819be0f8c5962a3cb7654c3791f3c4d2b Mon Sep 17 00:00:00 2001 From: Sebastian Jaeckel Date: Fri, 12 May 2023 15:39:15 +0200 Subject: [PATCH] rtp-sink: fix ttl property which is NOT a bool --- src/modules/module-rtp-sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module-rtp-sink.c b/src/modules/module-rtp-sink.c index 1543844c2..a37575e48 100644 --- a/src/modules/module-rtp-sink.c +++ b/src/modules/module-rtp-sink.c @@ -163,7 +163,7 @@ struct impl { char *ifname; char *session_name; - bool ttl; + uint32_t ttl; bool mcast_loop; uint32_t dscp;