[PATCH phosphor-host-ipmid] Fixing the Duplicate registration for NetFn [0x6], Cmd:[0xFF]

OpenBMC Patches openbmc-patches at stwcx.xyz
Fri Feb 26 00:40:36 AEDT 2016


From: Ratan Gupta <ratagupt at in.ibm.com>

---
 globalhandler.C | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/globalhandler.C b/globalhandler.C
index e68ea79..25ae26a 100644
--- a/globalhandler.C
+++ b/globalhandler.C
@@ -164,8 +164,5 @@ void register_netfn_global_functions()
     printf("Registering NetFn:[0x%X], Cmd:[0x%X]\n",NETFUN_APP, IPMI_CMD_WARM_RESET);
     ipmi_register_callback(NETFUN_APP, IPMI_CMD_WARM_RESET, NULL, ipmi_global_warm_reset);
 
-    printf("Registering NetFn:[0x%X], Cmd:[0x%X]\n",NETFUN_APP, IPMI_CMD_WILDCARD);
-    ipmi_register_callback(NETFUN_APP, IPMI_CMD_WILDCARD, NULL, ipmi_global_wildcard_handler);
-
-	return;
+    return;
 }
-- 
2.7.1




More information about the openbmc mailing list