Skip to content
Snippets Groups Projects
Commit cf4d305f authored by Alexandre Lision's avatar Alexandre Lision
Browse files

credentialmodel: fix bad_access

Change-Id: I094c96e8cd579c276527bc22764c70ac8e8ca4e1
Tuleap: #335
parent cab4e024
No related branches found
No related tags found
No related merge requests found
......@@ -434,7 +434,7 @@ void CredentialModelPrivate::save()
//TURN creds
if (m_pTurnCat) {
foreach (CredentialNode* n, m_pSipCat->m_lChildren) {
foreach (CredentialNode* n, m_pTurnCat->m_lChildren) {
Credential* cred = n->m_pCredential;
m_pAccount->d_ptr->setAccountProperty(DRing::Account::ConfProperties::TURN::SERVER_UNAME , cred->username());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment