diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-01-07 16:36:37 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-01-07 16:41:34 +0000 |
commit | 0a29660f5c79e9316f75da273a50711577033eb3 (patch) | |
tree | a7cd00f3f1bb7b9e4201f9acf07d25e34f5b382d /src/wallet/message_store.h | |
parent | Merge pull request #4969 (diff) | |
download | monero-0a29660f5c79e9316f75da273a50711577033eb3.tar.xz |
message_store: init me field
Coverity 190651
Diffstat (limited to '')
-rw-r--r-- | src/wallet/message_store.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/message_store.h b/src/wallet/message_store.h index 7d26f7889..637bd29a1 100644 --- a/src/wallet/message_store.h +++ b/src/wallet/message_store.h @@ -135,6 +135,7 @@ namespace mms { monero_address_known = false; memset(&monero_address, 0, sizeof(cryptonote::account_public_address)); + me = false; index = 0; auto_config_public_key = crypto::null_pkey; auto_config_secret_key = crypto::null_skey; |