aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_lib.c
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-12-21 00:32:18 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2021-12-21 00:32:18 +0100
commita7308b22bf24131c5a0bf715e4f79e375e4bcfa2 (patch)
tree588700e7142966008f329caf8f871eea65ad9988 /src/gnunet_chat_lib.c
parent9cb19e10c1912fa3140098e86763ecd042997d03 (diff)
downloadlibgnunetchat-a7308b22bf24131c5a0bf715e4f79e375e4bcfa2.tar.gz
libgnunetchat-a7308b22bf24131c5a0bf715e4f79e375e4bcfa2.zip
Fixed contexts to re-check for being contact related when unknown type
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/gnunet_chat_lib.c')
-rw-r--r--src/gnunet_chat_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnunet_chat_lib.c b/src/gnunet_chat_lib.c
index 87692ec..0e86499 100644
--- a/src/gnunet_chat_lib.c
+++ b/src/gnunet_chat_lib.c
@@ -410,7 +410,7 @@ GNUNET_CHAT_group_get_user_pointer (const struct GNUNET_CHAT_Group *group)
410 410
411 411
412void 412void
413GNUNET_CHAT_group_invite_contact (struct GNUNET_CHAT_Group *group, 413GNUNET_CHAT_group_invite_contact (const struct GNUNET_CHAT_Group *group,
414 struct GNUNET_CHAT_Contact *contact) 414 struct GNUNET_CHAT_Contact *contact)
415{ 415{
416 if ((!group) || (!contact)) 416 if ((!group) || (!contact))