summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep14/call_mss_power_cleanup.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/isteps/istep14/call_mss_power_cleanup.C')
-rw-r--r--src/usr/isteps/istep14/call_mss_power_cleanup.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/isteps/istep14/call_mss_power_cleanup.C b/src/usr/isteps/istep14/call_mss_power_cleanup.C
index 3ca963678..524d2a536 100644
--- a/src/usr/isteps/istep14/call_mss_power_cleanup.C
+++ b/src/usr/isteps/istep14/call_mss_power_cleanup.C
@@ -129,9 +129,10 @@ void* call_mss_power_cleanup (void *io_pArgs)
}
}
- // Run the nvdimm management function if the list is not empty
+ // Run the nvdimm management functions if the list is not empty
if (!l_nvdimmTargetList.empty()){
NVDIMM::nvdimm_restore(l_nvdimmTargetList);
+ NVDIMM::nvdimm_encrypt_enable(l_nvdimmTargetList);
}
}
#endif
OpenPOWER on IntegriCloud