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

Commit e66dfbd

Browse files
author
Jay Logue
authored
Merge pull request #50 from openweave/bug/jay/fix-disable-account-pairing
Fix device layer compilation error
2 parents 35fb312 + bcac825 commit e66dfbd

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)