aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_tree.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-01 11:11:18 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-01 11:11:18 +0000
commita049ae12c49803acf2f1b5615527d604d6cc0e19 (patch)
treeb3e33f318cc14a51b864a93fc469413177042520 /src/fs/fs_tree.c
parent102cff6c0acc2d097da32d35c5e50a7c1550561f (diff)
downloadgnunet-a049ae12c49803acf2f1b5615527d604d6cc0e19.tar.gz
gnunet-a049ae12c49803acf2f1b5615527d604d6cc0e19.zip
deserialization of unindex operations
Diffstat (limited to 'src/fs/fs_tree.c')
-rw-r--r--src/fs/fs_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_tree.c b/src/fs/fs_tree.c
index 15e13be21..c8cb8bab0 100644
--- a/src/fs/fs_tree.c
+++ b/src/fs/fs_tree.c
@@ -173,7 +173,7 @@ GNUNET_FS_tree_encoder_create (struct GNUNET_FS_Handle *h,
173 struct GNUNET_FS_TreeEncoder *te; 173 struct GNUNET_FS_TreeEncoder *te;
174 174
175 GNUNET_assert (size > 0); 175 GNUNET_assert (size > 0);
176 te = GNUNET_malloc (sizeof (struct GNUNET_FS_TreeEncoder)); 176 te = GNUNET_malloc (sizeof (struct GNUNET_FS_TreeEncoder));
177 te->h = h; 177 te->h = h;
178 te->size = size; 178 te->size = size;
179 te->cls = cls; 179 te->cls = cls;