You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
917 B
29 lines
917 B
2 years ago
|
From bf51496f56ffd53c75045129f539c182a38f4671 Mon Sep 17 00:00:00 2001
|
||
|
From: Boris Ranto <branto@redhat.com>
|
||
|
Date: Wed, 11 Nov 2015 18:14:52 +0100
|
||
|
Subject: [PATCH 10/11] ipmitool-1.8.11-bz878614-overname.patch
|
||
|
|
||
|
See rhbz#878614 for details.
|
||
|
|
||
|
Backported by: aledvink
|
||
|
---
|
||
|
include/ipmitool/ipmi_sdr.h | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/include/ipmitool/ipmi_sdr.h b/include/ipmitool/ipmi_sdr.h
|
||
|
index ccf0cf0..47d3949 100644
|
||
|
--- a/include/ipmitool/ipmi_sdr.h
|
||
|
+++ b/include/ipmitool/ipmi_sdr.h
|
||
|
@@ -819,7 +819,7 @@ static const char *sensor_type_desc[] __attribute__ ((unused)) = {
|
||
|
"Version Change", "FRU State" };
|
||
|
|
||
|
struct sensor_reading {
|
||
|
- char s_id[17]; /* name of the sensor */
|
||
|
+ char s_id[33]; /* name of the sensor */
|
||
|
struct sdr_record_full_sensor *full;
|
||
|
struct sdr_record_compact_sensor *compact;
|
||
|
uint8_t s_reading_valid; /* read value valididity */
|
||
|
--
|
||
|
2.1.0
|
||
|
|