-do sth meaningful on timeout (ie no such name)
authorMartin Schanzenbach <mschanzenbach@posteo.de>
Fri, 2 Mar 2012 09:36:29 +0000 (09:36 +0000)
committerMartin Schanzenbach <mschanzenbach@posteo.de>
Fri, 2 Mar 2012 09:36:29 +0000 (09:36 +0000)
src/gns/gnunet-service-gns.c

index c4593a8d2a1f19573d6880e41efee93fbca7a5a4..30ce31cad6d2cfe2f768ae2118389d9011f410f0 100644 (file)
@@ -209,6 +209,7 @@ dht_lookup_timeout(void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
              rh->name, rh->query->type);
 
   GNUNET_DHT_get_stop (rh->get_handle);
+  reply_to_dns(rh, 0, NULL);
 }
 
 /**