Merge 'security-basecamp' branch into master with CBOR
[platform/upstream/iotivity.git] / resource / src / OCPlatform_impl.cpp
index 04d2673..2a612a6 100644 (file)
@@ -57,6 +57,7 @@ namespace OC
 
     void OCPlatform_impl::Configure(const PlatformConfig& config)
     {
+        OCRegisterPersistentStorageHandler(config.ps);
         globalConfig() = config;
     }