aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_container_meta_data.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-18 16:00:03 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-18 16:00:03 +0000
commitec4bcf7f589b285e5194394d1d72257ad25d4dd1 (patch)
tree8ba969f8c449b2f72cadaeb7c15e9121c2bde7e8 /src/util/test_container_meta_data.c
parent13d33fdf12293f614db6fa08026c321be2989c95 (diff)
downloadgnunet-ec4bcf7f589b285e5194394d1d72257ad25d4dd1.tar.gz
gnunet-ec4bcf7f589b285e5194394d1d72257ad25d4dd1.zip
misc fixes
Diffstat (limited to 'src/util/test_container_meta_data.c')
-rw-r--r--src/util/test_container_meta_data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/test_container_meta_data.c b/src/util/test_container_meta_data.c
index 2cf3f2a09..b6196da14 100644
--- a/src/util/test_container_meta_data.c
+++ b/src/util/test_container_meta_data.c
@@ -262,6 +262,7 @@ testThumbnail ()
262 EXTRACTOR_plugin_remove_all (ex); 262 EXTRACTOR_plugin_remove_all (ex);
263 d = GNUNET_CONTAINER_meta_data_duplicate (m); 263 d = GNUNET_CONTAINER_meta_data_duplicate (m);
264 GNUNET_CONTAINER_meta_data_destroy (m); 264 GNUNET_CONTAINER_meta_data_destroy (m);
265 thumb = NULL;
265 size = GNUNET_CONTAINER_meta_data_get_thumbnail (d, &thumb); 266 size = GNUNET_CONTAINER_meta_data_get_thumbnail (d, &thumb);
266 if (size == 0) 267 if (size == 0)
267 { 268 {