fix
authorChristian Grothoff <christian@grothoff.org>
Tue, 14 Jun 2011 14:12:05 +0000 (14:12 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 14 Jun 2011 14:12:05 +0000 (14:12 +0000)
ChangeLog
src/fs/gnunet-publish.c

index 898ed3568cc551d3af222b5a8983b8310b23eedf..76b1a53c070b32a7f368aaee1d100967a163c2fe 100644 (file)
--- 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
index 8c5d2fc3bc9ffe17c31ab15985c9c8a54623b89d..86d062a859266fa6ad5ecebfe996f578cf1aa2cc 100644 (file)
@@ -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;