From: Mike Brady Date: Tue, 10 Sep 2019 08:29:21 +0000 (+0100) Subject: remove a call to a non-existent terminate_mqtt function in the clean-up. X-Git-Tag: 3.3.3~2^2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7a290c36a00dfce50e603efc215e71dbf6038e7;p=thirdparty%2Fshairport-sync.git remove a call to a non-existent terminate_mqtt function in the clean-up. --- diff --git a/shairport.c b/shairport.c index 7d148588..45464777 100644 --- a/shairport.c +++ b/shairport.c @@ -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