aboutsummaryrefslogtreecommitdiff
path: root/src/util/gnunet-service-resolver.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-12-13 17:30:08 +0100
committerChristian Grothoff <christian@grothoff.org>2018-12-13 17:30:16 +0100
commitbdb3420bc937f0ab9187695a56f0e63d7c227f00 (patch)
tree14e1995fbb0d12c2049afd04515ed3337261627a /src/util/gnunet-service-resolver.c
parentfe4f3105b7b0f6bc3160b1396fe7af07bde0bd8d (diff)
downloadgnunet-bdb3420bc937f0ab9187695a56f0e63d7c227f00.tar.gz
gnunet-bdb3420bc937f0ab9187695a56f0e63d7c227f00.zip
add function to obtain monotonic time
Diffstat (limited to 'src/util/gnunet-service-resolver.c')
-rw-r--r--src/util/gnunet-service-resolver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/gnunet-service-resolver.c b/src/util/gnunet-service-resolver.c
index 065a224eb..5f8957d8c 100644
--- a/src/util/gnunet-service-resolver.c
+++ b/src/util/gnunet-service-resolver.c
@@ -1123,7 +1123,6 @@ check_get (void *cls,
1123 1123
1124 (void) cls; 1124 (void) cls;
1125 size = ntohs (get->header.size) - sizeof (*get); 1125 size = ntohs (get->header.size) - sizeof (*get);
1126 const char *str = &get[1];
1127 direction = ntohl (get->direction); 1126 direction = ntohl (get->direction);
1128 if (GNUNET_NO == direction) 1127 if (GNUNET_NO == direction)
1129 { 1128 {