Skip to content

Commit a40bdbd

Browse files
committed
Set the date for this-hour in ausearch
1 parent 42f2c2b commit a40bdbd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ausearch-time.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ static void set_tm_hour(struct tm *d)
134134
d->tm_sec = 0; /* seconds */
135135
d->tm_min = 0; /* minutes */
136136
replace_time(d, tv);
137+
replace_date(d, tv);
137138
}
138139

139140
static int set_tm_boot(struct tm *d)

0 commit comments

Comments
 (0)