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

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