[asterisk-commits] russell: branch russell/jack r93148 -	/team/russell/jack/apps/app_meetme.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Fri Dec 14 23:28:17 CST 2007
    
    
  
Author: russell
Date: Fri Dec 14 23:28:17 2007
New Revision: 93148
URL: http://svn.digium.com/view/asterisk?view=rev&rev=93148
Log:
resolve some unrelated warnings
Modified:
    team/russell/jack/apps/app_meetme.c
Modified: team/russell/jack/apps/app_meetme.c
URL: http://svn.digium.com/view/asterisk/team/russell/jack/apps/app_meetme.c?view=diff&rev=93148&r1=93147&r2=93148
==============================================================================
--- team/russell/jack/apps/app_meetme.c (original)
+++ team/russell/jack/apps/app_meetme.c Fri Dec 14 23:28:17 2007
@@ -2696,7 +2696,7 @@
 		char useropts[32] = "";
 		char adminopts[32] = "";
 		struct ast_tm tm, etm;
-		struct timeval starttime, endtime;
+		struct timeval starttime = { 0, }, endtime = { 0, };
 
 		if (rt_schedule) {
 			now = ast_tvnow();
    
    
More information about the asterisk-commits
mailing list