aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-21 08:47:32 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-21 08:47:32 +0000
commit631e0b7eedf595b557ec22808040ea812b80896f (patch)
tree5b16a2275df45c8d38cec6216e5f7fc9e2815720 /src/datastore
parent3268944731b482ea3b802621b3ae714291a61509 (diff)
downloadgnunet-631e0b7eedf595b557ec22808040ea812b80896f.tar.gz
gnunet-631e0b7eedf595b557ec22808040ea812b80896f.zip
fix
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/datastore_api.c2
1 files changed, 1 insertions, 1 deletions
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,
1398 1, 1398 1,
1399 GNUNET_NO); 1399 GNUNET_NO);
1400 m = (struct GetZeroAnonymityMessage*) &qe[1]; 1400 m = (struct GetZeroAnonymityMessage*) &qe[1];
1401 m->header.type = htons(GNUNET_MESSAGE_TYPE_DATASTORE_GET_RANDOM); 1401 m->header.type = htons(GNUNET_MESSAGE_TYPE_DATASTORE_GET_ZERO_ANONYMITY);
1402 m->header.size = htons(sizeof (struct GetZeroAnonymityMessage)); 1402 m->header.size = htons(sizeof (struct GetZeroAnonymityMessage));
1403 m->type = htonl ((uint32_t) type); 1403 m->type = htonl ((uint32_t) type);
1404 process_queue (h); 1404 process_queue (h);