aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/message_store.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-01-07 16:36:37 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-01-07 16:41:34 +0000
commit0a29660f5c79e9316f75da273a50711577033eb3 (patch)
treea7cd00f3f1bb7b9e4201f9acf07d25e34f5b382d /src/wallet/message_store.h
parentMerge pull request #4969 (diff)
downloadmonero-0a29660f5c79e9316f75da273a50711577033eb3.tar.xz
message_store: init me field
Coverity 190651
Diffstat (limited to 'src/wallet/message_store.h')
-rw-r--r--src/wallet/message_store.h1
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;