mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-24 14:56:58 +00:00
Minor formatting change to test a mantis change ...
(closes issue #12824) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@121284 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1556,9 +1556,11 @@ int ast_softhangup_nolock(struct ast_channel *chan, int cause)
|
||||
int ast_softhangup(struct ast_channel *chan, int cause)
|
||||
{
|
||||
int res;
|
||||
|
||||
ast_channel_lock(chan);
|
||||
res = ast_softhangup_nolock(chan, cause);
|
||||
ast_channel_unlock(chan);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user