From 631e0b7eedf595b557ec22808040ea812b80896f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 21 Oct 2010 08:47:32 +0000 Subject: [PATCH] fix --- src/datastore/datastore_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datastore/datastore_api.c b/src/datastore/datastore_api.c index 2837b0b8e..3c34ee8e9 100644 --- a/src/datastore/datastore_api.c +++ b/src/datastore/datastore_api.c @@ -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); -- 2.25.1