gnunet-fuse

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

commit b430ac8263ea12b5b9095efcd546e026d5ab260a
parent aefaeb211b0f364f3e7e129f907892d163274afd
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  1 Feb 2009 07:48:08 +0000

fix 1444

Diffstat:
Mdirectory.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/directory.c b/directory.c @@ -136,7 +136,7 @@ static int directory_cache_locked(struct dirent *de) } de->de_dir_hash = g_hash_table_new_full(g_str_hash, g_str_equal, NULL, (GDestroyNotify)gn_dirent_put); - GNUNET_ECRS_directory_list_contents(ectx, mem, len, &md, dir_cache_cb, de); + GNUNET_ECRS_directory_list_contents(ectx, mem, len, NULL, &md, dir_cache_cb, de); GNUNET_free(mem); GNUNET_meta_data_destroy(md); de->de_cached = 1;