1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

storage: add false to passphraseCached explicitly

This commit is contained in:
Pavol Rusnak 2018-12-15 13:55:58 +01:00
parent 14b6044cb8
commit 0fb6732fb2
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -109,7 +109,7 @@ static uint8_t CONFIDENTIAL sessionSeed[64];
static bool sessionPinCached = false;
static bool sessionPassphraseCached;
static bool sessionPassphraseCached = false;
static char CONFIDENTIAL sessionPassphrase[51];
#define STORAGE_VERSION 9