fix
authorChristian Grothoff <christian@grothoff.org>
Wed, 28 Oct 2009 22:46:16 +0000 (22:46 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 28 Oct 2009 22:46:16 +0000 (22:46 +0000)
src/util/resolver_api.c

index e1198a9a31bb5c68e966948378444dffe0203168..c32fc58facf0216089bb20b5f6cc53116f2babc1 100644 (file)
@@ -452,7 +452,6 @@ GNUNET_RESOLVER_ip_get (struct GNUNET_SCHEDULER_Handle *sched,
       return NULL;
     }
   rh = GNUNET_malloc (sizeof(struct GNUNET_RESOLVER_RequestHandle) + slen);
-  rh->client = client;
   rh->sched = sched;
   rh->domain = domain;
   rh->addr_callback = callback;