summaryrefslogtreecommitdiffstats
path: root/occ_status.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'occ_status.cpp')
-rw-r--r--occ_status.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/occ_status.cpp b/occ_status.cpp
index 7eafb66..94b8c4c 100644
--- a/occ_status.cpp
+++ b/occ_status.cpp
@@ -42,6 +42,9 @@ bool Status::occActive(bool value)
// Do the unbind.
device.unBind();
+
+ // Indicate the hub FSI scan needs to be done again
+ hubFsiScanDone = false;
}
}
return Base::Status::occActive(value);
OpenPOWER on IntegriCloud