Merge "pjsip_resolver.c: Use replacement function" into 16

This commit is contained in:
Kevin Harwell 2018-07-20 14:43:49 -05:00 committed by Gerrit Code Review
commit a459b560c5
1 changed files with 1 additions and 1 deletions

View File

@ -704,7 +704,7 @@ static int sip_replace_resolver(void *data)
void ast_sip_initialize_resolver(void)
{
/* Replace the existing PJSIP resolver with our own implementation */
ast_sip_push_task_synchronous(NULL, sip_replace_resolver, NULL);
ast_sip_push_task_wait_servant(NULL, sip_replace_resolver, NULL);
}
#else