aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-26 23:03:09 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-26 23:03:09 +0000
commitd806540826f462e0cb32a71f06544f4415f8818e (patch)
tree0a1e5234e8aaa10c3d6efbf3392d39d04fe5b707 /apps
parentc96db6fb9f8ccf8605404cd45aeebd84313ff767 (diff)
Merged revisions 71953 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r71953 | mmichelson | 2007-06-26 18:02:09 -0500 (Tue, 26 Jun 2007) | 4 lines Removing a pointless line. This variable was already set earlier and between then and this line, there is no way that the values on the right side of the assignment could have changed. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@71954 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index fd03a8ec0..c90f5e262 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -3130,7 +3130,6 @@ static int leave_voicemail(struct ast_channel *chan, char *ext, struct leave_vm_
return -1;
}
/* here is a big difference! We add one to it later */
- msgnum = newmsgs + oldmsgs;
ast_debug(3, "Messagecount set to %d\n",msgnum);
#else