Remove old feedback system
The feedback system wasn't used and was starting to cause problems on Debian 9 where the libcurl required different version of OpenSSL than what MaxScale was linked against.
This commit is contained in:
@ -596,8 +596,6 @@ int service_launch_all()
|
||||
int n = 0, i;
|
||||
bool error = false;
|
||||
|
||||
config_enable_feedback_task();
|
||||
|
||||
ptr = allServices;
|
||||
while (ptr && !ptr->svc_do_shutdown)
|
||||
{
|
||||
|
Reference in New Issue
Block a user