diff --git a/Linphone/model/account/AccountManager.cpp b/Linphone/model/account/AccountManager.cpp index 174951355..2509e73f2 100644 --- a/Linphone/model/account/AccountManager.cpp +++ b/Linphone/model/account/AccountManager.cpp @@ -178,7 +178,7 @@ void AccountManager::registerNewAccount(const QString &username, "", // User ID. Utils::appStringToCoreString(password), // Password. "", // HA1. - createdSipIdentityAddress->getDomain(), // Realm. + "", // Realm. createdSipIdentityAddress->getDomain() // Domain. )); if (type == RegisterType::Email) {