diff options
Diffstat (limited to 'src/gnunet_chat_contact.c')
-rw-r--r-- | src/gnunet_chat_contact.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gnunet_chat_contact.c b/src/gnunet_chat_contact.c index c7004d3..273f917 100644 --- a/src/gnunet_chat_contact.c +++ b/src/gnunet_chat_contact.c | |||
@@ -44,6 +44,8 @@ contact_create_from_member (struct GNUNET_CHAT_Handle *handle, | |||
44 | contact->public_key = NULL; | 44 | contact->public_key = NULL; |
45 | contact->user_pointer = NULL; | 45 | contact->user_pointer = NULL; |
46 | 46 | ||
47 | contact->is_owned = GNUNET_NO; | ||
48 | |||
47 | contact_update_key (contact); | 49 | contact_update_key (contact); |
48 | return contact; | 50 | return contact; |
49 | } | 51 | } |