From: Kinsey Moore Date: Mon, 29 Jul 2013 12:10:10 +0000 (+0000) Subject: Remove comment that no longer applies X-Git-Tag: 13.0.0-beta1~1396 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f1ff08b58fc0ce7f1242fdadf4388f1490155174;p=thirdparty%2Fasterisk.git 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 --- 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; }