From: Christian Grothoff Date: Thu, 21 Oct 2010 08:47:32 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~20007 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=631e0b7eedf595b557ec22808040ea812b80896f;p=oweals%2Fgnunet.git fix --- 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);