Skip to content
Snippets Groups Projects
Commit 62b53b97 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#3649] Remove setnumber of credential

parent 81ab9d2b
Branches
Tags
No related merge requests found
...@@ -297,10 +297,12 @@ int32_t ConfigurationManager::getNumberOfCredential( ...@@ -297,10 +297,12 @@ int32_t ConfigurationManager::getNumberOfCredential(
void ConfigurationManager::setNumberOfCredential(const std::string& accountID, void ConfigurationManager::setNumberOfCredential(const std::string& accountID,
const int32_t& number) { const int32_t& number) {
/*
if (accountID != AccountNULL || !accountID.empty()) { if (accountID != AccountNULL || !accountID.empty()) {
SIPAccount *sipaccount = (SIPAccount *)Manager::instance().getAccount(accountID); SIPAccount *sipaccount = (SIPAccount *)Manager::instance().getAccount(accountID);
sipaccount->setCredentialCount(number); sipaccount->setCredentialCount(number);
} }
*/
} }
void ConfigurationManager::setCredential(const std::string& accountID, void ConfigurationManager::setCredential(const std::string& accountID,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment