commit | 93adb1a9e909203afc854e02d0a533fa5809fc1a | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Thu Jan 16 10:30:26 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri May 09 15:16:10 2014 -0700 |
tree | 32387f15f7afd409a2b04bd42f96bec7c2e78043 | |
parent | f8f572d36b442d99bbd08908bf3e4633c467c099 [diff] [blame] |
security: using new security interfaces of ndn-cpp, such as SecPolicy Change-Id: Id22c8e711bee7c3723076eda7a3f96c72ca7707c
diff --git a/src/dns-storage.cpp b/src/dns-storage.cpp index 7ce9245..c26b725 100644 --- a/src/dns-storage.cpp +++ b/src/dns-storage.cpp
@@ -9,7 +9,6 @@ */ #include "dns-storage.h" -#include "null-ptrs.h" #include <boost/filesystem.hpp> #include "logging.h" @@ -152,5 +151,5 @@ } sqlite3_finalize(stmt); - return CHRONOCHAT_NULL_DATA_PTR; + return shared_ptr<Data>(); }