aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_realtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_realtime.c')
-rw-r--r--funcs/func_realtime.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/funcs/func_realtime.c b/funcs/func_realtime.c
index 7b269d91c..a901ff764 100644
--- a/funcs/func_realtime.c
+++ b/funcs/func_realtime.c
@@ -68,10 +68,11 @@ static int function_realtime_read(struct ast_channel *chan, const char *cmd, cha
head = ast_load_realtime_all(args.family, args.fieldmatch, args.value, NULL);
- if (!head)
+ if (!head) {
if (chan)
ast_autoservice_stop(chan);
return -1;
+ }
resultslen = 0;
n = 0;