mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:43:04 +01:00
No need to report full path of the failed traced plugin module as we load it from only one and well known location
This commit is contained in:
parent
03140dd920
commit
02b9ac8fd8
@ -162,7 +162,7 @@ void TraceManager::load_modules()
|
||||
|
||||
ModuleInfo info;
|
||||
info.ntrace_attach = ntrace_attach_func;
|
||||
fullModName.copyTo(info.module, sizeof(info.module));
|
||||
modLib.copyTo(info.module, sizeof(info.module));
|
||||
modules->add(info);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user