diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-09-04 16:08:48 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-09-04 16:54:35 +0200 |
commit | 89f7435d0cca90517103f99c95e5d15ef6253258 (patch) | |
tree | bd375fd1570aee2dc8291f81f6f5405adbb96f1c /src/resolve/resolved-dns-packet.h | |
parent | resolve: do not check sender and destination for packet received by extra DNS... (diff) | |
download | systemd-89f7435d0cca90517103f99c95e5d15ef6253258.tar.xz systemd-89f7435d0cca90517103f99c95e5d15ef6253258.zip |
resolve: use correct fd for UDP stub listner
Diffstat (limited to 'src/resolve/resolved-dns-packet.h')
-rw-r--r-- | src/resolve/resolved-dns-packet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resolve/resolved-dns-packet.h b/src/resolve/resolved-dns-packet.h index 56614c4a07..359cdcfd04 100644 --- a/src/resolve/resolved-dns-packet.h +++ b/src/resolve/resolved-dns-packet.h @@ -66,6 +66,7 @@ struct DnsPacket { DnsResourceRecord *opt; /* Packet reception metadata */ + int fd; /* Used by UDP extra DNS stub listners */ int ifindex; int family, ipproto; union in_addr_union sender, destination; |