mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Fix thinko in 51f7bc924c
This commit is contained in:
@@ -2003,7 +2003,7 @@ unsigned char *tcp_request(int confd, time_t now,
|
||||
}
|
||||
|
||||
#ifdef MSG_FASTOPEN
|
||||
server_send(last_server, last_server->tcpfd, packet, m + sizeof(u16), MSG_FASTOPEN);
|
||||
server_send(last_server, last_server->tcpfd, packet, size + sizeof(u16), MSG_FASTOPEN);
|
||||
|
||||
if (errno == 0)
|
||||
data_sent = 1;
|
||||
|
||||
Reference in New Issue
Block a user