mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Fix for 12af2b171d
This commit is contained in:
@@ -378,7 +378,7 @@ static int forward_query(int udpfd, union mysockaddr *udpaddr,
|
|||||||
new->dest = *dst_addr;
|
new->dest = *dst_addr;
|
||||||
new->log_id = daemon->log_id;
|
new->log_id = daemon->log_id;
|
||||||
new->iface = dst_iface;
|
new->iface = dst_iface;
|
||||||
forward->frec_src.fd = udpfd;
|
new->fd = udpfd;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user