mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Fix in account creator is_account_activated
This commit is contained in:
parent
5f04f99192
commit
9d04e12c48
1 changed files with 1 additions and 1 deletions
|
|
@ -667,7 +667,7 @@ LinphoneAccountCreatorStatus linphone_account_creator_is_account_activated(Linph
|
|||
return LinphoneAccountCreatorReqFailed;
|
||||
}
|
||||
request = linphone_xml_rpc_request_new_with_args("is_account_activated", LinphoneXmlRpcArgString,
|
||||
LinphoneXmlRpcArgString, creator->phone_number ? creator->phone_number : creator->username,
|
||||
LinphoneXmlRpcArgString, creator->username ? creator->username : creator->phone_number,
|
||||
LinphoneXmlRpcArgNone);
|
||||
linphone_xml_rpc_request_set_user_data(request, creator);
|
||||
linphone_xml_rpc_request_cbs_set_response(linphone_xml_rpc_request_get_callbacks(request), _is_account_activated_cb);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue