summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorJeff Peeler <jpeeler@digium.com>2008-10-07 16:04:45 +0000
committerJeff Peeler <jpeeler@digium.com>2008-10-07 16:04:45 +0000
commit0dc7ac9a6cee5a6c6c9e8d417697f1fdab960c05 (patch)
tree5d26fcb91eec7dc3301580324f82c83c4a2ec590 /main
parent03e4997cebfcd5e8e209c744cfc30d2ae9a29cf8 (diff)
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
Diffstat (limited to 'main')
-rw-r--r--main/features.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/features.c b/main/features.c
index 41fc088e9..63bf1952a 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 };