=/== typo in last commit.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
Simon Kelley
2023-05-26 18:19:15 +01:00
committed by DL6ER
parent 6b48e6d063
commit 6cc10f72ed
+1 -1
View File
@@ -2054,7 +2054,7 @@ static ssize_t tcp_talk(int first, int last, int start, unsigned char *packet,
if (errno == 0)
data_sent = 1;
else if (errno = ETIMEDOUT || errno == EHOSTUNREACH)
else if (errno == ETIMEDOUT || errno == EHOSTUNREACH)
timedout = 1;
#endif