aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_lobby.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_lobby.c')
-rw-r--r--src/gnunet_chat_lobby.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gnunet_chat_lobby.c b/src/gnunet_chat_lobby.c
index 4887ad8..65274c8 100644
--- a/src/gnunet_chat_lobby.c
+++ b/src/gnunet_chat_lobby.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2022 GNUnet e.V. 3 Copyright (C) 2022--2023 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
@@ -138,7 +138,7 @@ open_zone:
138 lobby->handle->identity, 138 lobby->handle->identity,
139 name, 139 name,
140 NULL, 140 NULL,
141 GNUNET_IDENTITY_TYPE_EDDSA, 141 GNUNET_PUBLIC_KEY_TYPE_EDDSA,
142 cont_lobby_identity_create, 142 cont_lobby_identity_create,
143 lobby 143 lobby
144 ); 144 );