summaryrefslogtreecommitdiffstats
path: root/src/lib/resolve
diff options
context:
space:
mode:
authorDima Volodin <dvv@isc.org>2011-12-17 07:14:02 +0100
committerDima Volodin <dvv@isc.org>2011-12-17 07:14:02 +0100
commit0bc14376a9c39fbadba551de7426a8404fa351bb (patch)
treec3e848348348eb55d3cdb7ece6c9f6a075ec8007 /src/lib/resolve
parent[1386] EDNS fallback unittest (diff)
downloadkea-0bc14376a9c39fbadba551de7426a8404fa351bb.tar.xz
kea-0bc14376a9c39fbadba551de7426a8404fa351bb.zip
[1386] src/lib/resolve/tests/recursive_query_unittest_3.cc missing edns_
argument
Diffstat (limited to 'src/lib/resolve')
-rw-r--r--src/lib/resolve/recursive_query.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/resolve/recursive_query.cc b/src/lib/resolve/recursive_query.cc
index 4041e33e9d..3b339436ba 100644
--- a/src/lib/resolve/recursive_query.cc
+++ b/src/lib/resolve/recursive_query.cc
@@ -355,7 +355,7 @@ private:
IOFetch query(protocol_, io_, question_,
test_server_.first,
test_server_.second, buffer_, this,
- query_timeout_);
+ query_timeout_, edns_);
io_.get_io_service().post(query);
} else {
IOFetch query(protocol_, io_, question_,