summaryrefslogtreecommitdiffstats
path: root/occ_status.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'occ_status.cpp')
-rw-r--r--occ_status.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/occ_status.cpp b/occ_status.cpp
index 6788c54..14097ab 100644
--- a/occ_status.cpp
+++ b/occ_status.cpp
@@ -18,20 +18,21 @@ bool Status::occActive(bool value)
device.bind();
// Call into Manager to let know that we have bound
- if (this->callBack)
+ // TODO: openbmc/openbmc#2285
+ /* if (this->callBack)
{
this->callBack(value);
- }
+ }*/
}
else
{
// Call into Manager to let know that we will unbind.
// Need to do this before doing un-bind since it will
// result in slave error if Master is un-bound
- if (this->callBack)
+ /*if (this->callBack)
{
this->callBack(value);
- }
+ }*/
// Do the unbind.
device.unBind();
OpenPOWER on IntegriCloud