aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_handle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_handle.c')
-rw-r--r--src/gnunet_chat_handle.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gnunet_chat_handle.c b/src/gnunet_chat_handle.c
index 7556987..8e664d0 100644
--- a/src/gnunet_chat_handle.c
+++ b/src/gnunet_chat_handle.c
@@ -77,6 +77,8 @@ handle_create_from_config (const struct GNUNET_CONFIGURATION_Handle* cfg,
77 on_handle_message, handle 77 on_handle_message, handle
78 ); 78 );
79 79
80 handle->user_pointer = NULL;
81
80 return handle; 82 return handle;
81} 83}
82 84