aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_context.c')
-rw-r--r--src/gnunet_chat_context.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gnunet_chat_context.c b/src/gnunet_chat_context.c
index da49402..33a65d0 100644
--- a/src/gnunet_chat_context.c
+++ b/src/gnunet_chat_context.c
@@ -43,6 +43,8 @@ context_create_from_room (struct GNUNET_CHAT_Handle *handle,
43 43
44 context->room = room; 44 context->room = room;
45 45
46 context->user_pointer = NULL;
47
46 return context; 48 return context;
47} 49}
48 50