--- fcron-git-fe4e177b7.old/fcronsighup.c +++ fcron-git-fe4e177b7/fcronsighup.c @@ -98,7 +98,7 @@ if (max_delay_s > 0) { time_t now_epoch = 0; int delay_s = 0; - time_t *target_time_epoch = NULL; + time_t target_time_epoch; struct tm *target_time_tm = NULL; FILE *fp = NULL; int fd = 0;