Skip to content

Commit

Permalink
fix kvs in linux (#15741)
Browse files Browse the repository at this point in the history
  • Loading branch information
jepenven-silabs authored and pull[bot] committed Feb 2, 2024
1 parent b098175 commit 4894165
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/platform/Linux/PosixConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ ChipLinuxStorage * PosixConfig::GetStorageForNamespace(Key key)

CHIP_ERROR PosixConfig::Init()
{
CHIP_ERROR err = CHIP_NO_ERROR;
return err;
return PersistedStorage::KeyValueStoreMgrImpl().Init(CHIP_CONFIG_KVS_PATH);
}

CHIP_ERROR PosixConfig::ReadConfigValue(Key key, bool & val)
Expand Down

0 comments on commit 4894165

Please sign in to comment.