Index: apps/app_meetme.c =================================================================== --- apps/app_meetme.c (revision 252526) +++ apps/app_meetme.c (working copy) @@ -2945,8 +2945,8 @@ char *pin = NULL, *pinadmin = NULL; /* For temp use */ int maxusers = 0; struct timeval now; - char currenttime[19] = ""; - char eatime[19] = ""; + char currenttime[21] = ""; + char eatime[21] = ""; char useropts[32] = ""; char adminopts[32] = ""; struct ast_tm tm, etm; @@ -2958,7 +2958,7 @@ ast_localtime(&now, &tm, NULL); ast_strftime(currenttime, sizeof(currenttime), DATE_FORMAT, &tm); - ast_debug(1, "Looking for conference %s that starts after %s\n", confno, eatime); + ast_debug(1, "Looking for conference %s that starts after %s\n", confno, currenttime); var = ast_load_realtime("meetme", "confno", confno, "starttime <= ", currenttime, "endtime >= ",