-disable for now
[oweals/gnunet.git] / src / gns / gnunet-service-gns_resolver.h
index b57386f4f5017e103a00f5f7987232f2751ed2b3..8b0a05e5f984786a9294f91aabfad620c4b8d4ef 100644 (file)
@@ -330,8 +330,8 @@ struct GetPseuAuthorityHandle
   /* timeout task for lookup */
   GNUNET_SCHEDULER_TaskIdentifier timeout;
 
-  /* Head of the authority list */
-  struct AuthorityChain *ahead;
+  /* Authority to shorten */
+  struct AuthorityChain *auth;
 
   /* handle to namestore request */
   struct GNUNET_NAMESTORE_QueueEntry* namestore_task;