summaryrefslogtreecommitdiff
path: root/util/oem_dell.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-05-01 10:22:52 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-05-01 10:22:52 +0200
commited721d01939a81a2ebf1b240a029ace82ee953df (patch)
treed5acb063b3dc1d6734b8aa221cf93017a38c22e5 /util/oem_dell.c
parent7a765f655540e4e254f4aaaf6ea3326a57d76e59 (diff)
parent1d271f6ff272623c990d1cebe531002f22b248bd (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'util/oem_dell.c')
-rw-r--r--util/oem_dell.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/oem_dell.c b/util/oem_dell.c
index 9f13b12..b474ee3 100644
--- a/util/oem_dell.c
+++ b/util/oem_dell.c
@@ -132,8 +132,13 @@ char NIC_Selection_Mode_String_12g[] [50] = {
"shared with failover all loms"
};
+#ifdef METACOMMAND
+extern char * progver; /*from ipmiutil.c*/
+static char * progname = "ipmiutil delloem";
+#else
static char * progver = "3.08";
static char * progname = "idelloem";
+#endif
static int verbose = 0;
static char fdebug = 0;
static uchar g_bus = PUBLIC_BUS;
@@ -5673,6 +5678,7 @@ char * get_dell_evt_desc(uchar *sel_rec, int *psev)
}
if(data1 & 0x20 )
{
+ strcat(desc, "ECC Error,");
if(0x51 == version)
{
snprintf(tmpdesc, SIZE_OF_DESC, "DIMM %c", (char)('A'+ data3));