diff options
author | Gabor X Toth <*@tg-x.net> | 2015-09-08 01:36:44 +0000 |
---|---|---|
committer | Gabor X Toth <*@tg-x.net> | 2015-09-08 01:36:44 +0000 |
commit | b5e08fdd9c1663e81afef784a6e3bd6b4552e23e (patch) | |
tree | cae60510ffa95f024e63327734f809dd3d929b02 /src/psycstore/psycstore_api.c | |
parent | a86a539258282bedabd24919e8af9bd113a6538a (diff) |
social: guest_enter_by_name(); zone_add_pkey(); join_msg fixes
Diffstat (limited to 'src/psycstore/psycstore_api.c')
-rw-r--r-- | src/psycstore/psycstore_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/psycstore/psycstore_api.c b/src/psycstore/psycstore_api.c index 214d8ba5d2..f378be2104 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) if (NULL != op->data_cb) ((GNUNET_PSYCSTORE_CountersCallback) op->data_cb) (op->cls, - ntohl (cres->result_code) + INT32_MIN, + ntohl (cres->result_code), GNUNET_ntohll (cres->max_fragment_id), GNUNET_ntohll (cres->max_message_id), GNUNET_ntohll (cres->max_group_generation), |