1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-16 08:06:05 +00:00

storage: add false to pinCached explicitly

This commit is contained in:
Pavol Rusnak 2018-12-13 12:32:30 +01:00
parent fa3481e37d
commit 14b6044cb8
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -107,7 +107,7 @@ static bool sessionSeedCached, sessionSeedUsesPassphrase;
static uint8_t CONFIDENTIAL sessionSeed[64];
static bool sessionPinCached;
static bool sessionPinCached = false;
static bool sessionPassphraseCached;
static char CONFIDENTIAL sessionPassphrase[51];