summaryrefslogtreecommitdiff
path: root/src/forward.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/forward.c')
-rw-r--r--src/forward.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/forward.c b/src/forward.c
index 7a87cb3..83b55a4 100644
--- a/src/forward.c
+++ b/src/forward.c
@@ -853,6 +853,7 @@ void reply_query(int fd, int family, time_t now)
*new = *forward; /* copy everything, then overwrite */
new->next = next;
new->blocking_query = NULL;
+ new->sentto = server;
new->rfd4 = NULL;
#ifdef HAVE_IPV6
new->rfd6 = NULL;