aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_hasnewvoicemail.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_hasnewvoicemail.c')
-rwxr-xr-xapps/app_hasnewvoicemail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_hasnewvoicemail.c b/apps/app_hasnewvoicemail.c
index 47f9a4256..bdf3014cb 100755
--- a/apps/app_hasnewvoicemail.c
+++ b/apps/app_hasnewvoicemail.c
@@ -115,13 +115,13 @@ static int hasvoicemail_exec(struct ast_channel *chan, void *data)
temps = input;
if ((temps = strsep(&input, "|"))) {
- if (input && !ast_strlen_zero(input))
+ if (!ast_strlen_zero(input))
varname = input;
input = temps;
}
if ((vmbox = strsep(&input, "@")))
- if (input && !ast_strlen_zero(input))
+ if (!ast_strlen_zero(input))
context = input;
if (!vmbox)
vmbox = input;