From 6ce67371c87dd8b3ed71195857d0e430a823fa80 Mon Sep 17 00:00:00 2001 From: Jacki Date: Tue, 2 Jan 2024 22:22:56 +0100 Subject: Implement test for simple messaging and update namestore usage Signed-off-by: Jacki --- src/gnunet_chat_handle.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gnunet_chat_handle.c') diff --git a/src/gnunet_chat_handle.c b/src/gnunet_chat_handle.c index ed8686f..9e63756 100644 --- a/src/gnunet_chat_handle.c +++ b/src/gnunet_chat_handle.c @@ -318,7 +318,8 @@ handle_connect (struct GNUNET_CHAT_Handle *handle, handle->messenger = GNUNET_MESSENGER_connect( handle->cfg, name, key, - on_handle_message, handle + on_handle_message, + handle ); handle->current = account; @@ -479,7 +480,7 @@ update_accounts_operation (struct GNUNET_CHAT_InternalAccounts **out_accounts, accounts->handle = handle; GNUNET_CONTAINER_DLL_insert_tail( - handle->accounts_head, + handle->accounts_head, handle->accounts_tail, accounts ); -- cgit v1.2.3