MXS-1929: Use correct variable

The service capabilities were not set for filters as the name overlapped
with a local variable. The variable name was fixed but the actual use of
it was not.
This commit is contained in:
Markus Mäkelä 2018-08-07 07:48:27 +03:00
parent 93946375ca
commit 1a7fa349fd
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -1094,7 +1094,7 @@ bool Service::set_filters(const std::vector<std::string>& filters)
{
UniqueLock guard(lock);
m_filters = flist;
capabilities |= capabilities;
capabilities |= my_capabilities;
guard.unlock();
// Broadcast a message to other workers to update their filter lists