Skip to content

Commit

Permalink
[backend] BSRPC: fix typo in keepalive probing code
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Oct 24, 2023
1 parent 17e7469 commit 046c7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/BSRPC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ sub verify_sslpeerfingerprint {
}

sub probe_keepalive {
my ($sock) = $_;
my ($sock) = @_;
my $rin = '';
vec($rin, fileno($sock), 1) = 1;
my $r = select($rin, undef, undef, 0);
Expand Down

0 comments on commit 046c7af

Please sign in to comment.