remove m_ prefix
Change-Id: I67aa409174fcd3f8df477be8aa4efb8ca96cf012
diff --git a/tools/ndncert-ca-server.cpp b/tools/ndncert-ca-server.cpp
index 1ab3130..8a17c28 100644
--- a/tools/ndncert-ca-server.cpp
+++ b/tools/ndncert-ca-server.cpp
@@ -137,7 +137,7 @@
});
cachedCertificates[profileData.getName()] = profileData;
face.setInterestFilter(
- InterestFilter(ca.getCaConf().caProfile.m_caPrefix),
+ InterestFilter(ca.getCaConf().caProfile.caPrefix),
[&](const InterestFilter&, const Interest& interest) {
auto search = cachedCertificates.find(interest.getName());
if (search != cachedCertificates.end()) {