aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_sayunixtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_sayunixtime.c')
-rw-r--r--apps/app_sayunixtime.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/app_sayunixtime.c b/apps/app_sayunixtime.c
index 3cb797f45..86a1fb990 100644
--- a/apps/app_sayunixtime.c
+++ b/apps/app_sayunixtime.c
@@ -84,8 +84,7 @@ static int sayunixtime_exec(struct ast_channel *chan, void *data)
if (!data)
return 0;
- if (!(parse = ast_strdupa(data)))
- return -1;
+ parse = ast_strdupa(data);
LOCAL_USER_ADD(u);