aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/app_followme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_followme.c b/apps/app_followme.c
index 27667b22f..285fe7674 100644
--- a/apps/app_followme.c
+++ b/apps/app_followme.c
@@ -952,7 +952,7 @@ static int app_exec(struct ast_channel *chan, void *data)
ast_log(LOG_DEBUG, "New profile %s.\n", args.followmeid);
if (!f) {
ast_log(LOG_WARNING, "Profile requested, %s, not found in the configuration.\n", args.followmeid);
- res = -1;
+ res = 0;
} else {
/* XXX TODO: Reinsert the db check value to see whether or not follow-me is on or off */