aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_eval.c')
-rwxr-xr-xapps/app_eval.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_eval.c b/apps/app_eval.c
index 0b0f3b28a..25dcf7fc1 100755
--- a/apps/app_eval.c
+++ b/apps/app_eval.c
@@ -64,13 +64,13 @@ static int eval_exec(struct ast_channel *chan, void *data)
char *s, *newvar=NULL, tmp[MAXRESULT];
static int dep_warning = 0;
+ LOCAL_USER_ADD(u);
+
if (!dep_warning) {
ast_log(LOG_WARNING, "This application has been deprecated in favor of the dialplan function, EVAL\n");
dep_warning = 1;
}
- LOCAL_USER_ADD(u);
-
/* Check and parse arguments */
if (data) {
s = ast_strdupa((char *)data);