aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_lib.c')
-rw-r--r--src/gnunet_chat_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnunet_chat_lib.c b/src/gnunet_chat_lib.c
index 111bfd8..dfe6846 100644
--- a/src/gnunet_chat_lib.c
+++ b/src/gnunet_chat_lib.c
@@ -199,7 +199,7 @@ GNUNET_CHAT_update (struct GNUNET_CHAT_Handle *handle)
199 if ((!handle) || (handle->destruction)) 199 if ((!handle) || (handle->destruction))
200 return GNUNET_SYSERR; 200 return GNUNET_SYSERR;
201 201
202 return GNUNET_MESSENGER_update(handle->messenger); 202 return handle_update(handle);
203} 203}
204 204
205 205