diff --git a/res/res_sip.c b/res/res_sip.c index 9b05235fe5..d6e31b4036 100644 --- a/res/res_sip.c +++ b/res/res_sip.c @@ -1789,7 +1789,6 @@ error: ast_pjsip_endpoint = NULL; } pj_caching_pool_destroy(&caching_pool); - /* XXX Should have a way of stopping monitor thread */ return AST_MODULE_LOAD_DECLINE; }