mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
=/== typo in last commit.
This commit is contained in:
@@ -1961,7 +1961,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