This commit is contained in:
Simon Kelley
2021-01-22 22:26:25 +00:00
parent 8ebdc364af
commit 3f535da79e

View File

@@ -378,7 +378,7 @@ static int forward_query(int udpfd, union mysockaddr *udpaddr,
new->dest = *dst_addr;
new->log_id = daemon->log_id;
new->iface = dst_iface;
forward->frec_src.fd = udpfd;
new->fd = udpfd;
}
return 1;