mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-05 02:29:28 +00:00
20 lines
537 B
Diff
20 lines
537 B
Diff
|
From 12af2b171de0d678d98583e2190789e544440e02 Mon Sep 17 00:00:00 2001
|
||
|
From: Simon Kelley <simon@thekelleys.org.uk>
|
||
|
Date: Fri, 22 Jan 2021 18:24:03 +0000
|
||
|
Subject: Fix to 75e2f0aec33e58ef5b8d4d107d821c215a52827c
|
||
|
|
||
|
---
|
||
|
src/forward.c | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
--- a/src/forward.c
|
||
|
+++ b/src/forward.c
|
||
|
@@ -370,6 +370,7 @@ static int forward_query(int udpfd, unio
|
||
|
new->dest = *dst_addr;
|
||
|
new->log_id = daemon->log_id;
|
||
|
new->iface = dst_iface;
|
||
|
+ forward->frec_src.fd = udpfd;
|
||
|
}
|
||
|
|
||
|
return 1;
|