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())
 {
 }