diff options
-rw-r--r-- | src/dns.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns.cpp b/src/dns.cpp index 89386664c..ce9192785 100644 --- a/src/dns.cpp +++ b/src/dns.cpp @@ -900,7 +900,7 @@ Resolver::Resolver(const std::string &source, bool forward, const std::string &d else { Query.ReverseLookup(input.c_str(), false); - this->Fd = Query.GetFD(); + this->fd = Query.GetFD(); } if (fd < 0) { |