diff options
-rw-r--r-- | src/gns/gnunet-service-gns_resolver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gns/gnunet-service-gns_resolver.c b/src/gns/gnunet-service-gns_resolver.c index cf12e4bac3..e2e99b56e2 100644 --- a/src/gns/gnunet-service-gns_resolver.c +++ b/src/gns/gnunet-service-gns_resolver.c @@ -2414,6 +2414,7 @@ handle_delegation_ns_shorten(void* cls, rh_bg->proc = &handle_delegation_dht_bg_shorten; rh_bg->proc_cls = NULL; + rh_bg->timeout = GNUNET_TIME_UNIT_FOREVER_REL; GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "GNS_SHORTEN: Starting background lookup for %s\n", |