fix
authorChristian Grothoff <christian@grothoff.org>
Thu, 21 Oct 2010 08:47:32 +0000 (08:47 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 21 Oct 2010 08:47:32 +0000 (08:47 +0000)
src/datastore/datastore_api.c

index 2837b0b8ecbfd9bc15d7c79fff837d8b5b0c4311..3c34ee8e9d070fbb16f03e268995b5b426b2d6ea 100644 (file)
@@ -1398,7 +1398,7 @@ GNUNET_DATASTORE_get_zero_anonymity (struct GNUNET_DATASTORE_Handle *h,
                            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);