[asterisk-commits] kmoore: trunk r395619 - /trunk/res/res_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jul 29 07:10:13 CDT 2013
Author: kmoore
Date: Mon Jul 29 07:10:10 2013
New Revision: 395619
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=395619
Log:
Remove comment that no longer applies
The monitor thread is already properly torn down on unload and load
failure.
Modified:
trunk/res/res_sip.c
Modified: trunk/res/res_sip.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_sip.c?view=diff&rev=395619&r1=395618&r2=395619
==============================================================================
--- trunk/res/res_sip.c (original)
+++ trunk/res/res_sip.c Mon Jul 29 07:10:10 2013
@@ -1789,7 +1789,6 @@
ast_pjsip_endpoint = NULL;
}
pj_caching_pool_destroy(&caching_pool);
- /* XXX Should have a way of stopping monitor thread */
return AST_MODULE_LOAD_DECLINE;
}
More information about the asterisk-commits
mailing list