Index: apps/app_meetme.c =================================================================== --- apps/app_meetme.c (revision 95435) +++ apps/app_meetme.c (working copy) @@ -2696,7 +2696,7 @@ char useropts[32] = ""; char adminopts[32] = ""; struct ast_tm tm, etm; - struct timeval starttime, endtime; + struct timeval starttime = { .tv_sec=0 }, endtime = { .tv_sec=0 }; if (rt_schedule) { now = ast_tvnow();