commit | 97473d47fdc1384bcfb1af7c8dfb176566dcb799 | [log] [tgz] |
---|---|---|
author | Joao Pereira <joaopapereira@gmail.com> | Fri Jul 03 16:57:27 2015 -0400 |
committer | Joao Pereira <joaopapereira@gmail.com> | Mon Jul 06 15:38:23 2015 -0400 |
tree | 8df70728069d07c53f63a7afafed4792756d1da0 | |
parent | 5363c7946b3d74eaead4a06bfd855fb20d476889 [diff] [blame] |
nlsr: avoid deprecated prefix registration APIs refs #2932 Change-Id: Id874d40d3b6209bedc6f92a44b5c49eb9ed31efe
diff --git a/src/nlsr.hpp b/src/nlsr.hpp index 9d6679f..20adfb2 100644 --- a/src/nlsr.hpp +++ b/src/nlsr.hpp
@@ -377,7 +377,7 @@ security::CertificateStore m_certStore; Validator m_validator; ndn::KeyChain m_keyChain; - ndn::Name m_defaultIdentity; + ndn::security::SigningInfo m_signingInfo; ndn::Name m_defaultCertName; update::PrefixUpdateProcessor m_prefixUpdateProcessor;