mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-22 14:18:09 +00:00
fix(Cli): coding style
This commit is contained in:
parent
dce0034561
commit
9898c43c56
1 changed files with 3 additions and 3 deletions
|
|
@ -70,11 +70,11 @@ static void cliJoinConferenceAs (QHash<QString, QString> &args) {
|
|||
|
||||
const shared_ptr<const linphone::Address> currentSipAddress = proxyConfig->getIdentityAddress();
|
||||
const shared_ptr<const linphone::Address> askedSipAddress = linphone::Factory::get()->createAddress(
|
||||
::Utils::appStringToCoreString(fromSipAddress)
|
||||
);
|
||||
::Utils::appStringToCoreString(fromSipAddress)
|
||||
);
|
||||
if (!currentSipAddress->weakEqual(askedSipAddress)) {
|
||||
qWarning() << QStringLiteral("Guest sip address `%1` doesn't match with default proxy config.")
|
||||
.arg(fromSipAddress);
|
||||
.arg(fromSipAddress);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue