aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/gnunet-service-resolver.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/gnunet-service-resolver.c b/src/util/gnunet-service-resolver.c
index d5d608b2f..d2464846c 100644
--- a/src/util/gnunet-service-resolver.c
+++ b/src/util/gnunet-service-resolver.c
@@ -63,6 +63,9 @@ struct ResolveCache
63 */ 63 */
64 int16_t *request_id; 64 int16_t *request_id;
65 65
66 /**
67 * The client that queried the records contained in this cache entry.
68 */
66 struct GNUNET_SERVICE_Client *client; 69 struct GNUNET_SERVICE_Client *client;
67 70
68 /** 71 /**