summaryrefslogtreecommitdiff
path: root/funcs
diff options
context:
space:
mode:
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_channel.c b/funcs/func_channel.c
index e82c39a51..f20bfcaa1 100644
--- a/funcs/func_channel.c
+++ b/funcs/func_channel.c
@@ -465,7 +465,7 @@ static int func_channels_read(struct ast_channel *chan, const char *function, ch
}
}
- if (!(iter = ast_channel_iterator_all_new(0))) {
+ if (!(iter = ast_channel_iterator_all_new())) {
if (!ast_strlen_zero(data)) {
regfree(&re);
}