8
0
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:
paul_reeves 2012-06-11 09:34:03 +00:00
parent 5eb6888214
commit 78518edbcf

View File

@ -896,7 +896,7 @@ end;
function InitSecurityDb(Default: String): String;
begin
Result := ' -add ' + GetAdminUserName + ' -pass ' + GetAdminUserPassword ;
Result := ' -add ' + GetAdminUserName + ' -pw ' + GetAdminUserPassword ;
end;