gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r4073 - GNUnet/src/applications/dht/tools


From: grothoff
Subject: [GNUnet-SVN] r4073 - GNUnet/src/applications/dht/tools
Date: Wed, 27 Dec 2006 00:04:46 -0800 (PST)

Author: grothoff
Date: 2006-12-27 00:04:45 -0800 (Wed, 27 Dec 2006)
New Revision: 4073

Modified:
   GNUnet/src/applications/dht/tools/dht-query.c
Log:
fix

Modified: GNUnet/src/applications/dht/tools/dht-query.c
===================================================================
--- GNUnet/src/applications/dht/tools/dht-query.c       2006-12-27 08:02:31 UTC 
(rev 4072)
+++ GNUnet/src/applications/dht/tools/dht-query.c       2006-12-27 08:04:45 UTC 
(rev 4073)
@@ -68,7 +68,7 @@
   printf("%s(%s): '%.*s'\n",
         "get",
         key,
-        ntohl(data->size),
+        ntohl(data->size) - sizeof(DataContainer),
         (char*)&data[1]);
   return OK;
 }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]