mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 19:23:03 +01:00
Misc
This commit is contained in:
parent
04fca5c891
commit
8497cd4307
@ -696,7 +696,8 @@ ISC_STATUS GDS_ATTACH_DATABASE(ISC_STATUS* user_status,
|
||||
return user_status[1];
|
||||
}
|
||||
|
||||
const PathName file_name = options.dpb_org_filename.hasData() ? options.dpb_org_filename : filename;
|
||||
const PathName file_name = options.dpb_org_filename.hasData() ?
|
||||
options.dpb_org_filename : filename;
|
||||
PathName expanded_name;
|
||||
|
||||
// Resolve given alias name
|
||||
|
Loading…
Reference in New Issue
Block a user