Skip to content

Commit 98f9a57

Browse files
committed
Fix mistyping
1 parent 94158ef commit 98f9a57

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)