X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fredis%2Fasyncredisstorage.cpp;h=482d6d7456df497a50efaaa9f8e3685986482a4c;hb=refs%2Fchanges%2F27%2F6127%2F2;hp=22d4b2b969335f4955d7aa76178881bebd8283a6;hpb=ef2bf51d04aaf01fa0cabdcaf905b23423067662;p=ric-plt%2Fsdl.git diff --git a/src/redis/asyncredisstorage.cpp b/src/redis/asyncredisstorage.cpp index 22d4b2b..482d6d7 100644 --- a/src/redis/asyncredisstorage.cpp +++ b/src/redis/asyncredisstorage.cpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #include "config.h" #include #include "private/error.hpp" @@ -53,7 +58,8 @@ namespace databaseInfo, contentsBuilder, false, - logger); + logger, + false); } class AsyncRedisStorageErrorCategory: public std::error_category