diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 21:14:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 21:14:49 +0000 |
commit | 2f230033794fafdf10822568e763d4db68cf6c6b (patch) | |
tree | 39ca5c2325b7b43c9a28ca6d4ad4026a61e7eb97 /epollmplexer.cc | |
parent | Adding debian version 1.8.3-3. (diff) | |
download | dnsdist-2f230033794fafdf10822568e763d4db68cf6c6b.tar.xz dnsdist-2f230033794fafdf10822568e763d4db68cf6c6b.zip |
Merging upstream version 1.9.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'epollmplexer.cc')
-rw-r--r-- | epollmplexer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epollmplexer.cc b/epollmplexer.cc index 74de2c2..4ccb0a0 100644 --- a/epollmplexer.cc +++ b/epollmplexer.cc @@ -37,7 +37,7 @@ class EpollFDMultiplexer : public FDMultiplexer { public: EpollFDMultiplexer(unsigned int maxEventsHint); - ~EpollFDMultiplexer() + ~EpollFDMultiplexer() override { if (d_epollfd >= 0) { close(d_epollfd); |