summaryrefslogtreecommitdiff
path: root/res/res_pjsip_history.c
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2018-04-16 11:12:30 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-04-16 11:12:30 -0500
commit38dae51b788cd7f9f69c88573d6ce769c80f07f0 (patch)
tree0e38f24c92f437b0c3be19c3522eae816cace726 /res/res_pjsip_history.c
parent267e007c28663690e8ad48487be2f4a7ec78e926 (diff)
parent237d341bbd08168ca7b7bffd190125c032b57f39 (diff)
Merge "res_pjsip.c: Split ast_sip_push_task_synchronous() to fit expectations."
Diffstat (limited to 'res/res_pjsip_history.c')
-rw-r--r--res/res_pjsip_history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_pjsip_history.c b/res/res_pjsip_history.c
index ab035a296..eed06eed8 100644
--- a/res/res_pjsip_history.c
+++ b/res/res_pjsip_history.c
@@ -1385,7 +1385,7 @@ static int unload_module(void)
ast_cli_unregister_multiple(cli_pjsip, ARRAY_LEN(cli_pjsip));
ast_sip_unregister_service(&logging_module);
- ast_sip_push_task_synchronous(NULL, clear_history_entries, NULL);
+ ast_sip_push_task_wait_servant(NULL, clear_history_entries, NULL);
AST_VECTOR_FREE(&vector_history);
ast_pjproject_caching_pool_destroy(&cachingpool);