Skip to content

Commit

Permalink
=/== typo in last commit.
Browse files Browse the repository at this point in the history
Signed-off-by: DL6ER <dl6er@dl6er.de>
  • Loading branch information
simonkelley authored and DL6ER committed Feb 8, 2024
1 parent 6b48e6d commit 6cc10f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dnsmasq/forward.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6cc10f7

Please sign in to comment.