mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 15:23:02 +01:00
Frontport fix for CORE-1207 : FB embedded requires extra OS privileges
This commit is contained in:
parent
5dfa88396e
commit
8a4c649ee1
@ -4528,7 +4528,9 @@ static void make_object_name(
|
||||
// misunderstanding between processes
|
||||
strlwr(buffer);
|
||||
|
||||
#ifndef EMBEDDED
|
||||
fb_utils::prefix_kernel_object_name(buffer, bufsize);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user