mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 09:23:03 +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:
parent
0c82314261
commit
b48913d054
@ -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>(
|
||||
|
Loading…
Reference in New Issue
Block a user