From 550b71bbd8009848124414520de2a75521bb5575 Mon Sep 17 00:00:00 2001 From: Jeff Peeler Date: Tue, 7 Oct 2008 16:05:07 +0000 Subject: [PATCH] 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 --- main/features.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/main/features.c b/main/features.c index 034b4825a5..3644e3114b 100644 --- a/main/features.c +++ b/main/features.c @@ -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 };