summaryrefslogtreecommitdiff
path: root/apps/app_hasnewvoicemail.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2005-12-23 06:39:44 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2005-12-23 06:39:44 +0000
commit8d2b85d10a179456f9b271ab3f62479d26b83db6 (patch)
tree55cfe74d1f9c605a1bba5ab8d88542532b3f0544 /apps/app_hasnewvoicemail.c
parentdea5bdd8e19f178d98c7a6ab813817d41f649c7c (diff)
Merged revisions 7608 via svnmerge from
/branches/1.2 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7609 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_hasnewvoicemail.c')
-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);