commit | 8ce677b47e97fd1aaccc63a18991eb473c6edf2a | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Fri Jul 13 14:44:06 2018 -0700 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Fri Jul 13 18:48:26 2018 -0700 |
tree | aeefc82d62ac5235fec46f82b5c5907c55682d42 | |
parent | 047386ef50b5e6ec479274de034440e2cf2b72e7 [diff] [blame] |
Compile with the ndn-cxx version 0.6.2 Change-Id: If474dafb9638d7308f566b1264aa5704ba88baac
diff --git a/src/client-module.cpp b/src/client-module.cpp index fff47af..0c9565e 100644 --- a/src/client-module.cpp +++ b/src/client-module.cpp
@@ -508,7 +508,7 @@ { std::stringstream ss; boost::property_tree::write_json(ss, json); - return makeStringBlock(ndn::tlv::NameComponent, ss.str()); + return makeStringBlock(ndn::tlv::GenericNameComponent, ss.str()); } bool