1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00

Fix typo.

This commit is contained in:
David Steele 2020-04-01 16:51:29 -04:00
parent 789e364e6b
commit a1a0a23c6a

View File

@ -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");