aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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 5e71cc335..bdf4544fe 100644
--- a/apps/app_followme.c
+++ b/apps/app_followme.c
@@ -848,8 +848,8 @@ static void findmeexec(void *args)
outbound->cdr = ast_cdr_alloc();
}
if (outbound->cdr) {
- ast_cdr_init(outbound->cdr, outbound);
char tmp[256];
+ ast_cdr_init(outbound->cdr, outbound);
snprintf(tmp, 256, "%s/%s", "Local", dialarg);
ast_cdr_setapp(outbound->cdr,"FollowMe",tmp);
ast_cdr_update(outbound);