mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 00:30:20 +00:00
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/trunk@147146 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) {
|
if (!res) {
|
||||||
struct ast_park_call_args args = {
|
struct ast_park_call_args args = {
|
||||||
.orig_chan_name = orig_chan_name,
|
.orig_chan_name = orig_chan_name,
|
||||||
.extout = NULL,
|
|
||||||
.return_con = NULL,
|
|
||||||
.return_ext = NULL,
|
|
||||||
};
|
};
|
||||||
struct ast_flags flags = { 0 };
|
struct ast_flags flags = { 0 };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user