projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dea5bdd
)
Merged revisions 7608 via svnmerge from
author
Tilghman Lesher
<tilghman@meg.abyt.es>
Fri, 23 Dec 2005 06:39:44 +0000
(06:39 +0000)
committer
Tilghman Lesher
<tilghman@meg.abyt.es>
Fri, 23 Dec 2005 06:39:44 +0000
(06:39 +0000)
/branches/1.2
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7609
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_hasnewvoicemail.c
patch
|
blob
|
history
diff --git
a/apps/app_hasnewvoicemail.c
b/apps/app_hasnewvoicemail.c
index
60a4611
..
3ab6339
100644
(file)
--- 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);