aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_resolver.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-29 08:00:26 +0000
committerChristian Grothoff <christian@grothoff.org>2015-06-29 08:00:26 +0000
commit65f518e8036699fa3c574266d39e3cd1263af9e8 (patch)
tree7564ed41e2620563bfa7e6dc89dac98cde4c88a1 /src/gns/gnunet-service-gns_resolver.c
parent2a6b06943962c4978a0afb89f1eed141e142a76f (diff)
downloadgnunet-65f518e8036699fa3c574266d39e3cd1263af9e8.tar.gz
gnunet-65f518e8036699fa3c574266d39e3cd1263af9e8.zip
-fix #3870
Diffstat (limited to 'src/gns/gnunet-service-gns_resolver.c')
-rw-r--r--src/gns/gnunet-service-gns_resolver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-service-gns_resolver.c b/src/gns/gnunet-service-gns_resolver.c
index 058c64e44..12bbd4991 100644
--- a/src/gns/gnunet-service-gns_resolver.c
+++ b/src/gns/gnunet-service-gns_resolver.c
@@ -168,7 +168,7 @@ struct DnsResult
168 168
169 /** 169 /**
170 * Expiration time for the DNS record, 0 if we didn't 170 * Expiration time for the DNS record, 0 if we didn't
171 * get anything useful (i.e. 'gethostbyname' was used). 171 * get anything useful (i.e. 'gethostbyname()' was used).
172 */ 172 */
173 uint64_t expiration_time; 173 uint64_t expiration_time;
174 174