From: Apple Date: Wed, 15 Aug 2012 20:21:31 +0000 (+0000) Subject: syslog-148.8.tar.gz X-Git-Tag: mac-os-x-1082^0 X-Git-Url: https://git.saurik.com/apple/syslog.git/commitdiff_plain/d98c3baa5cae23155bd982d95133aaaacd69e227?ds=inline syslog-148.8.tar.gz --- diff --git a/syslogd.tproj/asl_action.c b/syslogd.tproj/asl_action.c index 2848271..64715c8 100644 --- a/syslogd.tproj/asl_action.c +++ b/syslogd.tproj/asl_action.c @@ -592,6 +592,7 @@ _act_store_dir_setup(struct store_data *sd, time_t tick) if ((sd->p_year == ctm.tm_year) && (sd->p_month == ctm.tm_mon) && (sd->p_day == ctm.tm_mday) && (sd->path != NULL)) return ASL_STATUS_OK; if (sd->store != NULL) asl_file_close(sd->store); + sd->store = NULL; sd->p_year = 0; sd->p_month = 0;