aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-23 06:39:44 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-23 06:39:44 +0000
commit1475cfca95cf2dfe80a9e289bd94536babf4aa11 (patch)
tree55cfe74d1f9c605a1bba5ab8d88542532b3f0544
parent2935278d1ee124532860a739ab017357dd30e858 (diff)
Merged revisions 7608 via svnmerge from
/branches/1.2 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7609 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--apps/app_hasnewvoicemail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_hasnewvoicemail.c b/apps/app_hasnewvoicemail.c
index 60a461151..3ab633910 100644
--- a/apps/app_hasnewvoicemail.c
+++ b/apps/app_hasnewvoicemail.c
@@ -90,7 +90,6 @@ static int hasvoicemail_internal(char *context, char *box, char *folder)
while ((vment = readdir(vmdir))) {
if (!strncmp(vment->d_name + 7, ".txt", 4)) {
count++;
- break;
}
}
closedir(vmdir);