aboutsummaryrefslogtreecommitdiffstats
path: root/main/features.c
diff options
context:
space:
mode:
authorjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-07 16:05:07 +0000
committerjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-07 16:05:07 +0000
commit5ebdeb891024915d59acbdef523e0e6f3c06f1bc (patch)
tree3f48a2d09f993d236ad7dd1d03e6e3d560695822 /main/features.c
parentb383183b198ac47428ac50c4804f64ae1ec61440 (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.6.1@147147 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/features.c')
-rw-r--r--main/features.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/features.c b/main/features.c
index 034b4825a..3644e3114 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 };