diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2017-02-18 17:05:02 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2017-03-11 15:41:48 +0100 |
commit | e8f6df836522250b9a9d4052722fb9780683058b (patch) | |
tree | 1a4fdbf98bf7d8c3fab989fbdb2a5724dcccf4af /include/stick20_commands.h | |
parent | bd5fd5d6cf42732c4a34c10d390d3596615e9a47 (diff) | |
download | libnitrokey-e8f6df836522250b9a9d4052722fb9780683058b.tar.gz libnitrokey-e8f6df836522250b9a9d4052722fb9780683058b.tar.bz2 |
Use proper command code for disabling hidden volume
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'include/stick20_commands.h')
-rw-r--r-- | include/stick20_commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stick20_commands.h b/include/stick20_commands.h index e3bea3f..d88919b 100644 --- a/include/stick20_commands.h +++ b/include/stick20_commands.h @@ -33,7 +33,7 @@ namespace nitrokey { //FIXME the volume disabling commands do not need password class DisableEncryptedPartition : public PasswordCommand<CommandID::DISABLE_CRYPTED_PARI> {}; - class DisableHiddenEncryptedPartition : public PasswordCommand<CommandID::DISABLE_CRYPTED_PARI> {}; + class DisableHiddenEncryptedPartition : public PasswordCommand<CommandID::DISABLE_HIDDEN_CRYPTED_PARI> {}; class EnableFirmwareUpdate : public PasswordCommand<CommandID::ENABLE_FIRMWARE_UPDATE> {}; |