mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-03 12:25:35 +00:00
Merged revisions 147146 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r147146 | jpeeler | 2008-10-07 11:04:45 -0500 (Tue, 07 Oct 2008) | 3 lines Explicitly setting these fields to NULL was done because I wasn't sure if they would be NULL otherwise. Since they will be set automatically, removing. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@147147 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2797,9 +2797,6 @@ static int park_call_exec(struct ast_channel *chan, void *data)
|
||||
if (!res) {
|
||||
struct ast_park_call_args args = {
|
||||
.orig_chan_name = orig_chan_name,
|
||||
.extout = NULL,
|
||||
.return_con = NULL,
|
||||
.return_ext = NULL,
|
||||
};
|
||||
struct ast_flags flags = { 0 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user