summaryrefslogtreecommitdiff
path: root/sysutils/ipmitool/files/patch-lib_ipmi__time.c
blob: 8d9aabbf89263e13614495156fdb69b9f5503641 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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.