aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_logic.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_logic.c')
-rw-r--r--funcs/func_logic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/funcs/func_logic.c b/funcs/func_logic.c
index aff358c24..4093be800 100644
--- a/funcs/func_logic.c
+++ b/funcs/func_logic.c
@@ -157,7 +157,6 @@ static int acf_import(struct ast_channel *chan, const char *cmd, char *data, cha
AST_APP_ARG(varname);
);
AST_STANDARD_APP_ARGS(args, data);
- memset(buf, 0, len);
if (!ast_strlen_zero(args.varname)) {
struct ast_channel *chan2 = ast_get_channel_by_name_locked(args.channel);