From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:32:26 +0000 (+0100) Subject: Fix warning picked up on FreeBSD15 X-Git-Tag: 4.3.2^2~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4a2e5da36d0b118e9bc69f117792a4e5c022170;p=thirdparty%2Fshairport-sync.git Fix warning picked up on FreeBSD15 --- diff --git a/shairport.c b/shairport.c index 66d9028a..4ced2392 100644 --- a/shairport.c +++ b/shairport.c @@ -1596,7 +1596,7 @@ void exit_function() { */ debug(2, "Stopping the activity monitor."); - activity_monitor_stop(0); + activity_monitor_stop(); debug(2, "Stopping the activity monitor done."); #ifdef CONFIG_DACP_CLIENT