projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8956f6
)
Remove comment that no longer applies
author
Kinsey Moore
<kmoore@digium.com>
Mon, 29 Jul 2013 12:10:10 +0000
(12:10 +0000)
committer
Kinsey Moore
<kmoore@digium.com>
Mon, 29 Jul 2013 12:10:10 +0000
(12:10 +0000)
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
patch
|
blob
|
history
diff --git
a/res/res_sip.c
b/res/res_sip.c
index
9b05235
..
d6e31b4
100644
(file)
--- 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;
}