mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 08:39:20 +00:00
Typo
This commit is contained in:
parent
bb6123477b
commit
5128769b00
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ LinphoneCoreManager* linphone_core_manager_new2(const char* rc_file, int check_f
|
|||
if (proxy_count){
|
||||
#define REGISTER_TIMEOUT 20 /* seconds */
|
||||
int success = wait_for_until(mgr->lc,NULL,&mgr->stat.number_of_LinphoneRegistrationOk,
|
||||
proxy_count,(REGISTER_TIMEOUT * 1000 * proxy_count);
|
||||
proxy_count,(REGISTER_TIMEOUT * 1000 * proxy_count));
|
||||
if( !success ){
|
||||
ms_error("Did not register after %d seconds for %d proxies", REGISTER_TIMEOUT, proxy_count);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue