mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
Fix typo.
This commit is contained in:
parent
789e364e6b
commit
a1a0a23c6a
@ -135,7 +135,7 @@ testRun(void)
|
||||
|
||||
THROW_ON_SYS_ERROR(
|
||||
getsockopt(fd, SOL_SOCKET, SO_KEEPALIVE, &keepAliveValue, &socketValueSize) == -1, ProtocolError,
|
||||
"unable get TCP_SO_KEEPALIVE");
|
||||
"unable get SO_KEEPALIVE");
|
||||
|
||||
TEST_RESULT_INT(keepAliveValue, 1, "check SO_KEEPALIVE");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user