From 0dc7ac9a6cee5a6c6c9e8d417697f1fdab960c05 Mon Sep 17 00:00:00 2001 From: Jeff Peeler Date: Tue, 7 Oct 2008 16:04:45 +0000 Subject: [PATCH] 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 --- main/features.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/main/features.c b/main/features.c index 41fc088e93..63bf1952ae 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 };