From ec8ba928d475625886ce38a560e3b3f5921bfa5b Mon Sep 17 00:00:00 2001 From: Zdenek Styblik Date: Mon, 30 May 2016 06:41:38 +0200 Subject: [PATCH] ID:355 - Comment out statement without effect in lib/ipmi_sel.c --- lib/ipmi_sel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ipmi_sel.c b/lib/ipmi_sel.c index be3d40c..953e746 100644 --- a/lib/ipmi_sel.c +++ b/lib/ipmi_sel.c @@ -2403,7 +2403,7 @@ ipmi_sel_interpret(struct ipmi_intf *intf, unsigned long iana, evt.sel_type.standard_type.evm_rev = 4; /* FIXME: convert*/ - evt.sel_type.standard_type.timestamp; + /* evt.sel_type.standard_type.timestamp; */ /* skip timestamp */ cursor = index((const char *)cursor, ';');