commit | 8e273cac726fae96fb7ff17a958690c13e4c0359 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Wed Nov 12 00:42:29 2014 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Wed Nov 12 00:42:29 2014 -0700 |
tree | 3c51c06984e005772e9908c0b88c4869b7d80da6 | |
parent | 3651fd75f79c0f8cb2bf67193d4ef581cebaee8c [diff] [blame] |
rib+tools: avoid deprecated ndn::nfd::Controller(Face&) constructor refs #2039 Change-Id: I8fde413a9f38b18d00b71878b623f0eeb3551b09
diff --git a/tools/nfdc.cpp b/tools/nfdc.cpp index 4ef98bf..bfae684 100644 --- a/tools/nfdc.cpp +++ b/tools/nfdc.cpp
@@ -82,7 +82,7 @@ , m_cost(DEFAULT_COST) , m_origin(ROUTE_ORIGIN_STATIC) , m_expires(DEFAULT_EXPIRATION_PERIOD) - , m_controller(face) + , m_controller(face, m_keyChain) , m_ioService(face.getIoService()) { }