-do sth meaningful on timeout (ie no such name)
[oweals/gnunet.git] / 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);
 }
 
 /**