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

Commit5fd6066

Browse files
knizhnikkelvich
authored andcommitted
Fix mistyping
1 parent4998537 commit5fd6066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎arbiter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ static void MtmTransReceiver(Datum arg)
598598
tv.tv_usec=MtmKeepaliveTimeout%USEC;
599599
do {
600600
n=select(max_fd+1,&events,NULL,NULL,&tv);
601-
}while (n<0&&errno==ENINTR);
601+
}while (n<0&&errno==EINTR);
602602
}while (n<0&&MtmRecovery());
603603

604604
if (rc<0) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp