Skip to content

Commit 83fffec

Browse files
committed
Fix another poorly worded error message.
Spotted by Álvaro Herrera.
1 parent 741cf19 commit 83fffec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bin/initdb/initdb.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2740,7 +2740,8 @@ CreateRestrictedProcess(char *cmd, PROCESS_INFORMATION *processInfo)
27402740
SECURITY_BUILTIN_DOMAIN_RID, DOMAIN_ALIAS_RID_POWER_USERS, 0, 0, 0, 0, 0,
27412741
0, &dropSids[1].Sid))
27422742
{
2743-
fprintf(stderr, _("%s: could not to allocate SIDs: error code %lu\n"), progname, GetLastError());
2743+
fprintf(stderr, _("%s: could not allocate SIDs: error code %lu\n"),
2744+
progname, GetLastError());
27442745
return 0;
27452746
}
27462747

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy