From 9a7256d54f6f31ca213ab7696539ffd825c2ff6b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 14 Jun 2011 14:12:05 +0000 Subject: [PATCH] fix --- ChangeLog | 4 ++-- src/fs/gnunet-publish.c | 4 ++-- 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 @@ * FS still has a few missing features, but largely works * DATASTORE is O(n) where it should be O(log n) for some operations - * UDP does not work (only messages < 1500 bytes, no fragmentation) + * TRANSPORT-UDP does not work (only messages < 1500 bytes, no fragmentation) * TESTING does not support incremental HELLO changes * TRANSPORT ATS is not used for actual bandwidth assignment, important options to make it truly useful are still missing * NAT traversal partially works for TCP (ICMP-based method only) * MESH does not work (mock API emulates for VPN) * VPN is experimental - * WLAN is experimental + * TRANSPORT-WLAN is experimental * CHAT is experimental, has known bugs and was not reviewed yet * MONKEY is highly experimental * 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, fprintf (stdout, "\t%s\n", keyword); - return 0; + return GNUNET_OK; } @@ -263,7 +263,7 @@ publish_inspector (void *cls, { if (*uri != NULL) { - new_uri = GNUNET_FS_uri_ksk_merge (topKeywords, + new_uri = GNUNET_FS_uri_ksk_merge (topKeywords, *uri); GNUNET_FS_uri_destroy (*uri); *uri = new_uri; -- 2.25.1