mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28: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)
|
if (errno == 0)
|
||||||
data_sent = 1;
|
data_sent = 1;
|
||||||
else if (errno = ETIMEDOUT || errno == EHOSTUNREACH)
|
else if (errno == ETIMEDOUT || errno == EHOSTUNREACH)
|
||||||
timedout = 1;
|
timedout = 1;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user