opnsense-ports/sysutils/ipmitool/files/patch-lib_ipmi__time.c
Franco Fichtner f13608e037 sysutils/ipmitool: sync with upstream
Taken from: FreeBSD
2024-09-20 17:02:08 +02:00

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.