gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6872 - GNUnet/src/applications/dht/module


From: gnunet
Subject: [GNUnet-SVN] r6872 - GNUnet/src/applications/dht/module
Date: Fri, 23 May 2008 23:16:51 -0600 (MDT)

Author: grothoff
Date: 2008-05-23 23:16:51 -0600 (Fri, 23 May 2008)
New Revision: 6872

Modified:
   GNUnet/src/applications/dht/module/cs.c
Log:
need to pass type

Modified: GNUnet/src/applications/dht/module/cs.c
===================================================================
--- GNUnet/src/applications/dht/module/cs.c     2008-05-24 05:16:40 UTC (rev 
6871)
+++ GNUnet/src/applications/dht/module/cs.c     2008-05-24 05:16:51 UTC (rev 
6872)
@@ -116,6 +116,7 @@
   msg = GNUNET_malloc (n);
   msg->header.size = htons (n);
   msg->header.type = htons (GNUNET_CS_PROTO_DHT_REQUEST_PUT);
+  msg->type = htonl(type);
   msg->key = *key;
   memcpy (&msg[1], value, size);
 #if DEBUG_CS





reply via email to

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