Remove unnecessary change

This commit is contained in:
sauwming 2023-05-15 14:49:35 +08:00
parent 14833c6d21
commit 91b98fdd08
1 changed files with 1 additions and 1 deletions

View File

@ -1417,7 +1417,7 @@ static pj_status_t app_init(void)
pj_pool_release(tmp_pool);
return status;
}
/* Initialize our module to handle otherwise unhandled request */
status = pjsip_endpt_register_module(pjsua_get_pjsip_endpt(),
&mod_default_handler);