]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
remove a call to a non-existent terminate_mqtt function in the clean-up.
authorMike Brady <mikebrady@eircom.net>
Tue, 10 Sep 2019 08:29:21 +0000 (09:29 +0100)
committerMike Brady <mikebrady@eircom.net>
Tue, 10 Sep 2019 08:29:21 +0000 (09:29 +0100)
shairport.c

index 7d148588a65f117d0813f97c15f2c18cb80c9cc7..4546477755a29bfb43f151222da15933b3e4bbb8 100644 (file)
@@ -1211,11 +1211,15 @@ void exit_function() {
   if (this_is_the_daemon_process) { //this is the daemon that is exiting
 #endif
   debug(1, "exit function called...");
+
+/*
+Actually, there is no terminate_mqtt() function.
 #ifdef CONFIG_MQTT
   if (config.mqtt_enabled) {
-    terminate_mqtt();
+    terminate_mqtt(); 
   }
 #endif
+*/
 
 #if defined(CONFIG_DBUS_INTERFACE) || defined(CONFIG_MPRIS_INTERFACE)
 #ifdef CONFIG_MPRIS_INTERFACE