Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5fd6066

Browse files
knizhnikkelvich
authored andcommitted
Fix mistyping
1 parent 4998537 commit 5fd6066

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)