From f1ff08b58fc0ce7f1242fdadf4388f1490155174 Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Mon, 29 Jul 2013 12:10:10 +0000 Subject: [PATCH] Remove comment that no longer applies The monitor thread is already properly torn down on unload and load failure. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395619 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_sip.c | 1 - 1 file changed, 1 deletion(-) 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; }