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:
parent
dde918ad71
commit
905427aff7
@ -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<> >(
|
||||
|
Loading…
Reference in New Issue
Block a user