Skip to content
Snippets Groups Projects
Commit 242407f9 authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

newaccountmodel: add manageruri option into set account config method

Change-Id: I20cb9e633ad9512e90aadafe92d061131e21487a
parent e22a7ba9
Branches
No related tags found
No related merge requests found
......@@ -834,6 +834,8 @@ account::ConfProperties_t::toDetails() const
details[ConfProperties::RingNS::ACCOUNT] = toQString(this->RingNS.account);
// Registration
details[ConfProperties::Registration::EXPIRE] = toQString(this->Registration.expire);
// Manager
details[ConfProperties::MANAGER_URI] = toQString(this->managerUri);
return details;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment