gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r13336 - gnunet/src/datastore


From: gnunet
Subject: [GNUnet-SVN] r13336 - gnunet/src/datastore
Date: Thu, 21 Oct 2010 10:47:32 +0200

Author: grothoff
Date: 2010-10-21 10:47:32 +0200 (Thu, 21 Oct 2010)
New Revision: 13336

Modified:
   gnunet/src/datastore/datastore_api.c
Log:
fix

Modified: gnunet/src/datastore/datastore_api.c
===================================================================
--- gnunet/src/datastore/datastore_api.c        2010-10-20 22:09:43 UTC (rev 
13335)
+++ gnunet/src/datastore/datastore_api.c        2010-10-21 08:47:32 UTC (rev 
13336)
@@ -1398,7 +1398,7 @@
                            1,
                            GNUNET_NO);
   m = (struct GetZeroAnonymityMessage*) &qe[1];
-  m->header.type = htons(GNUNET_MESSAGE_TYPE_DATASTORE_GET_RANDOM);
+  m->header.type = htons(GNUNET_MESSAGE_TYPE_DATASTORE_GET_ZERO_ANONYMITY);
   m->header.size = htons(sizeof (struct GetZeroAnonymityMessage));
   m->type = htonl ((uint32_t) type);
   process_queue (h);




reply via email to

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