Fix to 75e2f0aec33e58ef5b8d4d107d821c215a52827c

This commit is contained in:
Simon Kelley
2021-01-22 18:24:03 +00:00
parent 04490bf622
commit 12af2b171d

View File

@@ -378,6 +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;
} }
return 1; return 1;