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

Fixed CORE-1994.

This commit is contained in:
dimitr 2008-07-15 13:11:01 +00:00
parent c409a40f78
commit eaf7855b90

View File

@ -34,6 +34,7 @@ using namespace Firebird;
UserManagement::UserManagement(thread_db* tdbb)
: database(0), transaction(0)
{
char securityDatabaseName[MAXPATHLEN];
SecurityDatabase::getPath(securityDatabaseName);