libgnunetchat

library for GNUnet Messenger
Log | Files | Refs | README | LICENSE

commit 167219b009bd1fa85bfb104e368f28eba2059052
parent 40943f9c41e459c88332e7a0670c5992d7563409
Author: Jacki <jacki@thejackimonster.de>
Date:   Wed, 13 May 2026 17:07:08 +0200

Fix peer identity update via PILS

Diffstat:
Msrc/gnunet_chat_handle.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gnunet_chat_handle.c b/src/gnunet_chat_handle.c @@ -154,7 +154,7 @@ handle_create_from_config (const struct GNUNET_CONFIGURATION_Handle* cfg, handle->pils = GNUNET_PILS_connect( handle->cfg, - NULL, + on_pils_identity_changed, handle );