From d98c3baa5cae23155bd982d95133aaaacd69e227 Mon Sep 17 00:00:00 2001 From: Apple Date: Wed, 15 Aug 2012 20:21:31 +0000 Subject: [PATCH] syslog-148.8.tar.gz --- syslogd.tproj/asl_action.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.45.2