mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
10 lines
298 B
C
10 lines
298 B
C
--- lib/ipmi_time.c.orig 2024-09-19 15:25:36 UTC
|
|
+++ lib/ipmi_time.c
|
|
@@ -105,7 +105,6 @@ ipmi_strftime(char *s, size_t max, const char *format,
|
|
* the timezone offset.
|
|
*/
|
|
gmtime_r(&stamp, &tm);
|
|
- daylight = -1;
|
|
} else {
|
|
/*
|
|
* The user wants the time reported in local time zone.
|