From a1d7fc8e4a117e4bcd9d15ae2340b07c00b475d7 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Mon, 3 Jun 2013 14:42:58 -0400 Subject: [PATCH] managerimpl: cleanup --- daemon/src/managerimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/src/managerimpl.cpp b/daemon/src/managerimpl.cpp index 646543eef3..ec446e356c 100644 --- a/daemon/src/managerimpl.cpp +++ b/daemon/src/managerimpl.cpp @@ -284,7 +284,7 @@ bool ManagerImpl::outgoingCall(const std::string& account_id, DEBUG("Selecting account %s", account_id.c_str()); // 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)) { WARN("Account does not exist, trying with default SIP account"); use_account_id = SIPAccount::IP2IP_PROFILE; -- GitLab