commit | eaa84e27cf8441aa73dcca988b93314460c063d0 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Thu Jan 16 10:30:26 2014 -0800 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Thu Jan 16 14:27:19 2014 -0800 |
tree | 9dcbdd1f18a81c41b9fa03237b449b8438535fb1 | |
parent | c9ffa9fe5aa50c90843c96a120264bc0ad05dd50 [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>(); }