From f7857edbe0c06e5aec307740c1621ee12ba690c5 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Tue, 18 Apr 2017 09:22:43 +0200 Subject: [PATCH] fix(src/components/core/CoreManager): coding style --- linphone-desktop/src/components/core/CoreManager.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/linphone-desktop/src/components/core/CoreManager.cpp b/linphone-desktop/src/components/core/CoreManager.cpp index ea4936fee..cceded981 100644 --- a/linphone-desktop/src/components/core/CoreManager.cpp +++ b/linphone-desktop/src/components/core/CoreManager.cpp @@ -89,12 +89,11 @@ void CoreManager::setDatabasesPaths () { mCore->setFriendsDatabasePath(Paths::getFriendsListFilepath()); mCore->setCallLogsDatabasePath(Paths::getCallHistoryFilepath()); mCore->setChatDatabasePath(Paths::getMessageHistoryFilepath()); - mCore->setZrtpSecretsFile(Paths::getZrtpSecretsFilepath()); } void CoreManager::setOtherPaths () { + mCore->setZrtpSecretsFile(Paths::getZrtpSecretsFilepath()); mCore->setUserCertificatesPath(Paths::getUserCertificatesDirpath()); - mCore->setRootCa(Paths::getRootCaFilepath()); }