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

Frontport fix for CORE-1207 : FB embedded requires extra OS privileges

This commit is contained in:
hvlad 2007-09-16 18:46:50 +00:00
parent 5dfa88396e
commit 8a4c649ee1

View File

@ -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