=/== 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 f5c9d2ae2b
commit de5a5a42f6
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD
1 changed files with 1 additions and 1 deletions

View File

@ -2055,7 +2055,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