commit 0a2703abb10717ca86902aeb172224d8e8dc8768
parent c0540336f547a289e6d18f9ea9d9ae0c0693ef2b
Author: Jacki <jacki@thejackimonster.de>
Date: Sat, 11 Jan 2025 22:53:09 +0100
Disable automatic key exchange and generation in UML tool
Signed-off-by: Jacki <jacki@thejackimonster.de>
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/tools/gnunet_messenger_uml.c b/tools/gnunet_messenger_uml.c
@@ -416,11 +416,15 @@ ego_lookup (void *cls,
else
memset(&hash, 0, sizeof(hash));
- GNUNET_MESSENGER_enter_room(
+ struct GNUNET_MESSENGER_Room *room;
+ room = GNUNET_MESSENGER_enter_room(
tool->handle,
&peer,
&hash
);
+
+ if (room)
+ GNUNET_MESSENGER_use_room_keys(room, GNUNET_NO);
}
static void