[asterisk-commits] mmichelson: branch 1.4 r71953 - /branches/1.4/apps/app_voicemail.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jun 26 18:02:10 CDT 2007


Author: mmichelson
Date: Tue Jun 26 18:02:09 2007
New Revision: 71953

URL: http://svn.digium.com/view/asterisk?view=rev&rev=71953
Log:
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.


Modified:
    branches/1.4/apps/app_voicemail.c

Modified: branches/1.4/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_voicemail.c?view=diff&rev=71953&r1=71952&r2=71953
==============================================================================
--- branches/1.4/apps/app_voicemail.c (original)
+++ branches/1.4/apps/app_voicemail.c Tue Jun 26 18:02:09 2007
@@ -3012,7 +3012,6 @@
 			return -1;
 		}
 		/* here is a big difference! We add one to it later */
-		msgnum = newmsgs + oldmsgs;
 		if (option_debug > 2)
 			ast_log(LOG_DEBUG, "Messagecount set to %d\n",msgnum);
 #else




More information about the asterisk-commits mailing list