mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 08:11:21 +00:00
Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch still pending)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3273 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2113,7 +2113,10 @@ static int rpt_exec(struct ast_channel *chan, void *data)
|
||||
|
||||
int unload_module(void)
|
||||
{
|
||||
int i;
|
||||
STANDARD_HANGUP_LOCALUSERS;
|
||||
for(i = 0; i < nrpts; i++) {
|
||||
ast_mutex_destroy(&rpt_vars[i].lock);
|
||||
return ast_unregister_application(app);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user