aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-24 08:33:53 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-24 08:33:53 +0000
commitd8b4c75703a974e5f7bdf39f77fc91d1f70d43bb (patch)
treecdc91ef8183bbc42014c89129cb6d7ce48bb909a /src/namestore/namestore.h
parent6c33a3bbe11a98b306b42854812d8af6662b892e (diff)
downloadgnunet-d8b4c75703a974e5f7bdf39f77fc91d1f70d43bb.tar.gz
gnunet-d8b4c75703a974e5f7bdf39f77fc91d1f70d43bb.zip
handle empty result set gracefully
Diffstat (limited to 'src/namestore/namestore.h')
-rw-r--r--src/namestore/namestore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/namestore.h b/src/namestore/namestore.h
index 61691b95e..6d22b5d99 100644
--- a/src/namestore/namestore.h
+++ b/src/namestore/namestore.h
@@ -76,7 +76,7 @@ struct LookupBlockMessage
76struct LookupBlockResponseMessage 76struct LookupBlockResponseMessage
77{ 77{
78 /** 78 /**
79 * Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_LOOKUP_BLOCK_RESPONSE 79 * Type will be #GNUNET_MESSAGE_TYPE_NAMESTORE_LOOKUP_BLOCK_RESPONSE
80 */ 80 */
81 struct GNUNET_NAMESTORE_Header gns_header; 81 struct GNUNET_NAMESTORE_Header gns_header;
82 82