]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fix warning picked up on FreeBSD15
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 20 Sep 2023 10:32:26 +0000 (11:32 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 20 Sep 2023 10:32:26 +0000 (11:32 +0100)
shairport.c

index 66d9028adbc9eba971c1fd1f0c2ac22c568b3795..4ced23928d276e7e335a3edef40dab151a9cee4f 100644 (file)
@@ -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