mirror of
https://github.com/postgres/postgres.git
synced 2026-02-27 03:40:28 -05:00
Fix another poorly worded error message.
Spotted by Álvaro Herrera.
This commit is contained in:
parent
5567649571
commit
d1131ae503
1 changed files with 2 additions and 1 deletions
|
|
@ -2469,7 +2469,8 @@ CreateRestrictedProcess(char *cmd, PROCESS_INFORMATION *processInfo)
|
|||
SECURITY_BUILTIN_DOMAIN_RID, DOMAIN_ALIAS_RID_POWER_USERS, 0, 0, 0, 0, 0,
|
||||
0, &dropSids[1].Sid))
|
||||
{
|
||||
fprintf(stderr, _("%s: could not to allocate SIDs: error code %lu\n"), progname, GetLastError());
|
||||
fprintf(stderr, _("%s: could not allocate SIDs: error code %lu\n"),
|
||||
progname, GetLastError());
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue