Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd1131ae

Browse files
committed
Fix another poorly worded error message.
Spotted by Álvaro Herrera.
1 parent5567649 commitd1131ae

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
@@ -2469,7 +2469,8 @@ CreateRestrictedProcess(char *cmd, PROCESS_INFORMATION *processInfo)
24692469
SECURITY_BUILTIN_DOMAIN_RID,DOMAIN_ALIAS_RID_POWER_USERS,0,0,0,0,0,
24702470
0,&dropSids[1].Sid))
24712471
{
2472-
fprintf(stderr,_("%s: could not to allocate SIDs: error code %lu\n"),progname,GetLastError());
2472+
fprintf(stderr,_("%s: could not allocate SIDs: error code %lu\n"),
2473+
progname,GetLastError());
24732474
return0;
24742475
}
24752476

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp