Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit bcac825

Browse files
author
Jay Logue
committed
Fixed compilation error in device layer when WEAVE_DEVICE_CONFIG_DISABLE_ACCOUNT_PAIRING set
1 parent 35fb312 commit bcac825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adaptations/device-layer/ServiceProvisioningServer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ WEAVE_ERROR ServiceProvisioningServer::HandleRegisterServicePairAccount(Register
9898
#else // !WEAVE_DEVICE_CONFIG_DISABLE_ACCOUNT_PAIRING
9999

100100
// Store the account id in persistent storage.
101-
err = ConfigurationMgr().StoreAccountId(msg.AccountId, msg.AccountIdLen);
101+
err = ConfigurationMgr().StorePairedAccountId(msg.AccountId, msg.AccountIdLen);
102102
SuccessOrExit(err);
103103

104104
// Post an event alerting other subsystems that the device is now paired to an account.

0 commit comments

Comments
 (0)