summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2013-07-29 12:10:10 +0000
committerKinsey Moore <kmoore@digium.com>2013-07-29 12:10:10 +0000
commitf1ff08b58fc0ce7f1242fdadf4388f1490155174 (patch)
treed473fa9d86797b04e78f55ab7a664c4ebee744ee /res
parentd8956f690e7fe2d3b7799c16d0d44bbcbe25d83f (diff)
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
Diffstat (limited to 'res')
-rw-r--r--res/res_sip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/res_sip.c b/res/res_sip.c
index 9b05235fe..d6e31b403 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;
}