mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:03:03 +01:00
Pass correct param to gsec
This commit is contained in:
parent
5eb6888214
commit
78518edbcf
@ -896,7 +896,7 @@ end;
|
||||
|
||||
function InitSecurityDb(Default: String): String;
|
||||
begin
|
||||
Result := ' -add ' + GetAdminUserName + ' -pass ' + GetAdminUserPassword ;
|
||||
Result := ' -add ' + GetAdminUserName + ' -pw ' + GetAdminUserPassword ;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user