aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--src/fs/gnunet-publish.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 898ed3568..76b1a53c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,14 +4,14 @@
4 4
5 * FS still has a few missing features, but largely works 5 * FS still has a few missing features, but largely works
6 * DATASTORE is O(n) where it should be O(log n) for some operations 6 * DATASTORE is O(n) where it should be O(log n) for some operations
7 * UDP does not work (only messages < 1500 bytes, no fragmentation) 7 * TRANSPORT-UDP does not work (only messages < 1500 bytes, no fragmentation)
8 * TESTING does not support incremental HELLO changes 8 * TESTING does not support incremental HELLO changes
9 * TRANSPORT ATS is not used for actual bandwidth assignment, 9 * TRANSPORT ATS is not used for actual bandwidth assignment,
10 important options to make it truly useful are still missing 10 important options to make it truly useful are still missing
11 * NAT traversal partially works for TCP (ICMP-based method only) 11 * NAT traversal partially works for TCP (ICMP-based method only)
12 * MESH does not work (mock API emulates for VPN) 12 * MESH does not work (mock API emulates for VPN)
13 * VPN is experimental 13 * VPN is experimental
14 * WLAN is experimental 14 * TRANSPORT-WLAN is experimental
15 * CHAT is experimental, has known bugs and was not reviewed yet 15 * CHAT is experimental, has known bugs and was not reviewed yet
16 * MONKEY is highly experimental 16 * MONKEY is highly experimental
17 * FRAGMENTATION library is not implemented 17 * FRAGMENTATION library is not implemented
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;