Skip to content
Snippets Groups Projects
Commit cfe71c65 authored by Alexandre Bourget's avatar Alexandre Bourget
Browse files

Manager: register ALL accounts.

parent d0c5f464
Branches
Tags
No related merge requests found
......@@ -426,8 +426,8 @@ ManagerImpl::initRegisterVoIPLink()
if ( iter->second->init() && iter->second->shouldRegisterOnStart()) {
iter->second->registerAccount();
}
// init only the first account
break;
// init only the first account -- naahh..
//break;
}
}
iter++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment