8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 06:03:02 +01:00

Backport fix for 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:14:31 +00:00
parent 0c82314261
commit b48913d054

View File

@ -166,7 +166,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<UpcaseConverter<NullStrConverter>, UCHAR>(