aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_contact.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_contact.c')
-rw-r--r--src/gnunet_chat_contact.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gnunet_chat_contact.c b/src/gnunet_chat_contact.c
index 1a64689..f639fcf 100644
--- a/src/gnunet_chat_contact.c
+++ b/src/gnunet_chat_contact.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2021--2023 GNUnet e.V. 3 Copyright (C) 2021--2024 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 under the terms of the GNU Affero General Public License as published
@@ -44,7 +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; 47 contact->owned = GNUNET_NO;
48 contact->blocked = GNUNET_NO;
48 49
49 contact_update_key (contact); 50 contact_update_key (contact);
50 return contact; 51 return contact;