[svn-commits] mvanbaak: trunk r145842 - /trunk/apps/app_meetme.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Oct 2 11:42:30 CDT 2008


Author: mvanbaak
Date: Thu Oct  2 11:42:30 2008
New Revision: 145842

URL: http://svn.digium.com/view/asterisk?view=rev&rev=145842
Log:
make this compile under devmode again

Modified:
    trunk/apps/app_meetme.c

Modified: trunk/apps/app_meetme.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_meetme.c?view=diff&rev=145842&r1=145841&r2=145842
==============================================================================
--- trunk/apps/app_meetme.c (original)
+++ trunk/apps/app_meetme.c Thu Oct  2 11:42:30 2008
@@ -2145,7 +2145,7 @@
 
 			if (rt_schedule && conf->endtime) {
 				char currenttime[32];
-				long localendtime;
+				long localendtime = 0;
 				int extended = 0;
 				struct ast_tm tm;
 				struct ast_variable *var, *origvar;




More information about the svn-commits mailing list