From: Mark Michelson Date: Tue, 26 Jun 2007 23:03:09 +0000 (+0000) Subject: Merged revisions 71953 via svnmerge from X-Git-Tag: 1.6.0-beta1~3^2~2243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a333f7a474636f4e3937173e91486ea67f4742b0;p=thirdparty%2Fasterisk.git 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: https://origsvn.digium.com/svn/asterisk/trunk@71954 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index fd03a8ec03..c90f5e262f 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