Fix tester by adding prefix for files in accountmanager

This commit is contained in:
Sylvain Berfini 2014-12-03 10:35:10 +01:00
parent 399e676707
commit b58f23ecef

View file

@ -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);