[asterisk-commits] mmichelson: trunk r71954 - in /trunk: ./	apps/app_voicemail.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Tue Jun 26 18:03:09 CDT 2007
    
    
  
Author: mmichelson
Date: Tue Jun 26 18:03:09 2007
New Revision: 71954
URL: http://svn.digium.com/view/asterisk?view=rev&rev=71954
Log:
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.
........
Modified:
    trunk/   (props changed)
    trunk/apps/app_voicemail.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=71954&r1=71953&r2=71954
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Tue Jun 26 18:03:09 2007
@@ -3130,7 +3130,6 @@
 			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
    
    
More information about the asterisk-commits
mailing list