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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gnunet_chat_contact.c b/src/gnunet_chat_contact.c
index 273f917..1f88cad 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 GNUnet e.V. 3 Copyright (C) 2021--2022 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
@@ -60,7 +60,7 @@ contact_update_key (struct GNUNET_CHAT_Contact *contact)
60 60
61 contact->public_key = NULL; 61 contact->public_key = NULL;
62 62
63 if (!contact->member) 63 if (!(contact->member))
64 return; 64 return;
65 65
66 const struct GNUNET_IDENTITY_PublicKey *pubkey; 66 const struct GNUNET_IDENTITY_PublicKey *pubkey;