summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/features.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/main/features.c b/main/features.c
index 561b2a57e..af5754efe 100644
--- a/main/features.c
+++ b/main/features.c
@@ -2892,10 +2892,8 @@ static int park_call_exec(struct ast_channel *chan, void *data)
AST_APP_ARG(options);
);
- if (!ast_strlen_zero(data)) {
- parse = ast_strdupa(data);
- AST_STANDARD_APP_ARGS(app_args, parse);
- }
+ parse = ast_strdupa(data);
+ AST_STANDARD_APP_ARGS(app_args, parse);
ast_copy_string(orig_exten, chan->exten, sizeof(orig_exten));