Allow setting label for inner LUKS file system during the initial creation.

This commit is contained in:
Andrius Štikonas 2017-12-03 16:28:16 +00:00
parent 4bf5bb467f
commit 8afe33a4a4
1 changed files with 0 additions and 2 deletions

View File

@ -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;