summaryrefslogtreecommitdiff
path: root/src/identity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity.cpp')
-rw-r--r--src/identity.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/identity.cpp b/src/identity.cpp
index 4833f71..cee2688 100644
--- a/src/identity.cpp
+++ b/src/identity.cpp
@@ -169,6 +169,8 @@ shared_ptr<Identity::Priv> Identity::Priv::validate(const vector<Stored<Signed<I
auto p = new Priv {
.data = sdata,
+ .name = {},
+ .owner = nullopt,
};
shared_ptr<Priv> ret(p);