mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 08:40:16 +00:00
Blank line tweaks.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397602 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1209,10 +1209,9 @@ static void bridge_channel_feature(struct ast_bridge_channel *bridge_channel, co
|
|||||||
hook, bridge_channel, ast_channel_name(bridge_channel->chan));
|
hook, bridge_channel, ast_channel_name(bridge_channel->chan));
|
||||||
ao2_unlink(features->dtmf_hooks, hook);
|
ao2_unlink(features->dtmf_hooks, hook);
|
||||||
}
|
}
|
||||||
|
|
||||||
testsuite_notify_feature_success(bridge_channel->chan, hook->dtmf.code);
|
testsuite_notify_feature_success(bridge_channel->chan, hook->dtmf.code);
|
||||||
|
|
||||||
ao2_ref(hook, -1);
|
ao2_ref(hook, -1);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* If we are handing the channel off to an external hook for
|
* If we are handing the channel off to an external hook for
|
||||||
* ownership, we are not guaranteed what kind of state it will
|
* ownership, we are not guaranteed what kind of state it will
|
||||||
|
|||||||
Reference in New Issue
Block a user