=/== typo in last commit.

This commit is contained in:
Simon Kelley
2023-05-26 18:19:15 +01:00
parent 6536187b62
commit 9bbf098a97

View File

@@ -1961,7 +1961,7 @@ static ssize_t tcp_talk(int first, int last, int start, unsigned char *packet,
if (errno == 0) if (errno == 0)
data_sent = 1; data_sent = 1;
else if (errno = ETIMEDOUT || errno == EHOSTUNREACH) else if (errno == ETIMEDOUT || errno == EHOSTUNREACH)
timedout = 1; timedout = 1;
#endif #endif