From bd286372338a371f4ddf8af45c05d3b2d256cf7a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 12 May 2023 16:37:25 +0200 Subject: [PATCH] module-rtp-sap: ttl is uint32_t --- src/modules/module-rtp-sap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module-rtp-sap.c b/src/modules/module-rtp-sap.c index a175687b5..e07db2dbb 100644 --- a/src/modules/module-rtp-sap.c +++ b/src/modules/module-rtp-sap.c @@ -235,7 +235,7 @@ struct impl { struct spa_source *timer; char *ifname; - bool ttl; + uint32_t ttl; bool mcast_loop; struct sockaddr_storage src_addr;