aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore/psycstore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/psycstore/psycstore_api.c')
-rw-r--r--src/psycstore/psycstore_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/psycstore/psycstore_api.c b/src/psycstore/psycstore_api.c
index 214d8ba5d..f378be210 100644
--- a/src/psycstore/psycstore_api.c
+++ b/src/psycstore/psycstore_api.c
@@ -346,7 +346,7 @@ message_handler (void *cls, const struct GNUNET_MessageHeader *msg)
346 if (NULL != op->data_cb) 346 if (NULL != op->data_cb)
347 ((GNUNET_PSYCSTORE_CountersCallback) 347 ((GNUNET_PSYCSTORE_CountersCallback)
348 op->data_cb) (op->cls, 348 op->data_cb) (op->cls,
349 ntohl (cres->result_code) + INT32_MIN, 349 ntohl (cres->result_code),
350 GNUNET_ntohll (cres->max_fragment_id), 350 GNUNET_ntohll (cres->max_fragment_id),
351 GNUNET_ntohll (cres->max_message_id), 351 GNUNET_ntohll (cres->max_message_id),
352 GNUNET_ntohll (cres->max_group_generation), 352 GNUNET_ntohll (cres->max_group_generation),