summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRatan Gupta <ratagupt@in.ibm.com>2016-02-25 18:53:52 +0530
committerRatan Gupta <ratagupt@in.ibm.com>2016-02-25 18:53:52 +0530
commiteedf4f540090f12085ad4dac39daea0391d667d7 (patch)
tree58e91cf32c5658c2647996374b562aab305bb4c8
parent5d8c424a5c125b3cc5dcf67238e174b9dcaf22e6 (diff)
downloadphosphor-host-ipmid-eedf4f540090f12085ad4dac39daea0391d667d7.tar.gz
phosphor-host-ipmid-eedf4f540090f12085ad4dac39daea0391d667d7.zip
Fixing the Duplicate registration for NetFn [0x6], Cmd:[0xFF]
-rw-r--r--globalhandler.C5
1 files changed, 1 insertions, 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;
}
OpenPOWER on IntegriCloud