mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
Fix Update_password function
This commit is contained in:
parent
927cd5fd68
commit
f19b023f57
1 changed files with 1 additions and 1 deletions
|
|
@ -1037,7 +1037,7 @@ LinphoneRequestStatus linphone_account_creator_update_password_custom(LinphoneAc
|
|||
char *identity = _get_identity(creator);
|
||||
const char* new_pwd = (const char*)linphone_account_creator_get_user_data(creator);
|
||||
if (!identity ||
|
||||
(!creator->username || !creator->phone_number
|
||||
((!creator->username && !creator->phone_number)
|
||||
|| !linphone_proxy_config_get_domain(creator->proxy_cfg)
|
||||
|| (!creator->password && !creator->ha1) || !new_pwd
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue