commit | 03616c9dbace73f6f39ffb45b37a5198c526a86b | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Thu Sep 12 14:30:01 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Thu Sep 12 14:30:01 2013 -0700 |
tree | b13edf1c174ca21e9810bd1c6be5761d4bf52182 | |
parent | 0f743458a79d3e5413b43ca275343f41b5216bc6 [diff] [blame] |
In PublisherPublicKeyDigest, make the value a Blob.
diff --git a/ndn-cpp/key.hpp b/ndn-cpp/key.hpp index 0717e1b..9f4f30e 100644 --- a/ndn-cpp/key.hpp +++ b/ndn-cpp/key.hpp
@@ -26,7 +26,7 @@ { type_ = (ndn_KeyLocatorType)-1; keyNameType_ = (ndn_KeyNameType)-1; - keyData_ = Blob(0, 0); + keyData_.reset(); } /**