gnunet-fuse

GNUnet file-sharing directory mounting via FUSE
Log | Files | Refs | Submodules | README | LICENSE

commit e45143f083447c5e3bbec21b12b549964f380a47
parent 5e030dc68bb30ff75d0d0655a863d0394aa915c4
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  4 Jun 2012 11:09:46 +0000

-pi not used'


Diffstat:
Msrc/fuse/gnunet-fuse.c | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/fuse/gnunet-fuse.c b/src/fuse/gnunet-fuse.c @@ -145,7 +145,6 @@ run (void *cls, }; int argc; - struct GNUNET_FUSE_PathInfo *pi; struct GNUNET_FS_Uri *uri; char *emsg; const char *path = "/"; @@ -173,9 +172,8 @@ run (void *cls, return; } - map = GNUNET_CONTAINER_multihashmap_create (10); - pi = create_path_info (path, uri); - + map = GNUNET_CONTAINER_multihashmap_create (1024); + (void) create_path_info (path, uri); if (GNUNET_YES == single_threaded) argc = 5;