Skip to content
Snippets Groups Projects
Commit a1d7fc8e authored by Tristan Matthews's avatar Tristan Matthews
Browse files

managerimpl: cleanup

parent 638727ac
No related branches found
No related tags found
No related merge requests found
...@@ -284,7 +284,7 @@ bool ManagerImpl::outgoingCall(const std::string& account_id, ...@@ -284,7 +284,7 @@ bool ManagerImpl::outgoingCall(const std::string& account_id,
DEBUG("Selecting account %s", account_id.c_str()); DEBUG("Selecting account %s", account_id.c_str());
// fallback using the default sip account if the specied doesn't exist // fallback using the default sip account if the specied doesn't exist
std::string use_account_id = ""; std::string use_account_id;
if (!accountExists(account_id)) { if (!accountExists(account_id)) {
WARN("Account does not exist, trying with default SIP account"); WARN("Account does not exist, trying with default SIP account");
use_account_id = SIPAccount::IP2IP_PROFILE; use_account_id = SIPAccount::IP2IP_PROFILE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment