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

Commit98f9a57

Browse files
committed
Fix mistyping
1 parent94158ef commit98f9a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/mmts/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