8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00

Fixed bug CORE-3168: exclude_filter doesn't work for <services></section> section of the Trace facility

This commit is contained in:
hvlad 2010-10-07 16:10:37 +00:00
parent dde918ad71
commit 905427aff7

View File

@ -167,7 +167,7 @@ TracePluginImpl::TracePluginImpl(const TracePluginConfig &configuration, TraceIn
{
try
{
string filter(config.include_filter);
string filter(config.exclude_filter);
ISC_systemToUtf8(filter);
exclude_matcher = new SimilarToMatcher<UCHAR, UpcaseConverter<> >(