]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Explicitly setting these fields to NULL was done because I wasn't sure if they would...
authorJeff Peeler <jpeeler@digium.com>
Tue, 7 Oct 2008 16:04:45 +0000 (16:04 +0000)
committerJeff Peeler <jpeeler@digium.com>
Tue, 7 Oct 2008 16:04:45 +0000 (16:04 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@147146 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/features.c

index 41fc088e9335d7b29df66ad291d45136287297a1..63bf1952ae39656e82dc7f13488f7bb15e8d5be6 100644 (file)
@@ -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 };