forked from mirrors/linphone-iphone
Fix tester by adding prefix for files in accountmanager
This commit is contained in:
parent
399e676707
commit
b58f23ecef
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ void account_create_on_server(Account *account, const LinphoneProxyConfig *refcf
|
|||
|
||||
vtable.registration_state_changed=account_created_on_server_cb;
|
||||
vtable.auth_info_requested=account_created_auth_requested_cb;
|
||||
lc=configure_lc_from(&vtable,NULL,NULL,account);
|
||||
lc=configure_lc_from(&vtable,liblinphone_tester_file_prefix,NULL,account);
|
||||
|
||||
cfg=linphone_core_create_proxy_config(lc);
|
||||
linphone_address_set_password(tmp_identity,account->password);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue