gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit d87371054ac03be953cb8b2d216e735d99515ca4
parent dc34596151657eb48e1428b4afbdd37af0b02701
Author: Hernani Marques <hernani@ccc-ch.ch>
Date:   Mon, 25 Jun 2018 00:10:29 +0200

UINT_MAX instead of -1

Diffstat:
Msrc/fs/gnunet-service-fs_pr.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fs/gnunet-service-fs_pr.c b/src/fs/gnunet-service-fs_pr.c @@ -1601,7 +1601,7 @@ called_from_on_demand: GNUNET_BLOCK_get_key (GSF_block_ctx, type, data, size, &query)) { GNUNET_break (0); - GNUNET_DATASTORE_remove (GSF_dsh, key, size, data, -1, -1, + GNUNET_DATASTORE_remove (GSF_dsh, key, size, data, UINT_MAX, UINT_MAX, NULL, NULL); start_local_query (pr, uid + 1 /* next_uid */,