mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user