From 8afe33a4a4101c853afba53efb381a3133de3506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sun, 3 Dec 2017 16:28:16 +0000 Subject: [PATCH] Allow setting label for inner LUKS file system during the initial creation. --- src/fs/luks.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/fs/luks.h b/src/fs/luks.h index 737c5f1..0e414a3 100644 --- a/src/fs/luks.h +++ b/src/fs/luks.h @@ -113,8 +113,6 @@ public: return m_Backup; } CommandSupportType supportSetLabel() const override { - if (!m_isCryptOpen) - return cmdSupportNone; if (m_Check && m_innerFs) return m_innerFs->supportSetLabel(); return cmdSupportNone;