aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-14 14:12:05 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-14 14:12:05 +0000
commit9a7256d54f6f31ca213ab7696539ffd825c2ff6b (patch)
tree77811ef437af9a341405dbffe35ea83c1e4a402a /src/fs
parente98cf757c91d62ade299e8c2ef138bd70ebd3fa6 (diff)
downloadgnunet-9a7256d54f6f31ca213ab7696539ffd825c2ff6b.tar.gz
gnunet-9a7256d54f6f31ca213ab7696539ffd825c2ff6b.zip
fix
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-publish.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-publish.c b/src/fs/gnunet-publish.c
index 8c5d2fc3b..86d062a85 100644
--- a/src/fs/gnunet-publish.c
+++ b/src/fs/gnunet-publish.c
@@ -222,7 +222,7 @@ keyword_printer (void *cls,
222 fprintf (stdout, 222 fprintf (stdout,
223 "\t%s\n", 223 "\t%s\n",
224 keyword); 224 keyword);
225 return 0; 225 return GNUNET_OK;
226} 226}
227 227
228 228
@@ -263,7 +263,7 @@ publish_inspector (void *cls,
263 { 263 {
264 if (*uri != NULL) 264 if (*uri != NULL)
265 { 265 {
266 new_uri = GNUNET_FS_uri_ksk_merge (topKeywords, 266 new_uri = GNUNET_FS_uri_ksk_merge (topKeywords,
267 *uri); 267 *uri);
268 GNUNET_FS_uri_destroy (*uri); 268 GNUNET_FS_uri_destroy (*uri);
269 *uri = new_uri; 269 *uri = new_uri;