Update initial values for new CI

Tested: code builds, and passes unit test

Signed-off-by: John Edward Broadbent <jebr@google.com>
Change-Id: Ib9080fc5b1aa1353a985f700d65e7a9694c07634
diff --git a/src/estoraged.cpp b/src/estoraged.cpp
index 83c96c2..0063e44 100644
--- a/src/estoraged.cpp
+++ b/src/estoraged.cpp
@@ -40,9 +40,8 @@
                      std::unique_ptr<FilesystemInterface> fsInterface) :
     devPath(devPath),
     containerName(luksName), mountPoint("/mnt/" + luksName + "_fs"),
-    lockedProperty(false), cryptIface(std::move(cryptInterface)),
-    fsIface(std::move(fsInterface)), objectServer(server),
-    encryptionStatus(Drive::DriveEncryptionState::Unknown)
+    cryptIface(std::move(cryptInterface)), fsIface(std::move(fsInterface)),
+    objectServer(server)
 {
     /* Get the filename of the device (without "/dev/"). */
     std::string deviceName = std::filesystem::path(devPath).filename().string();