aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-gns-proxy.c')
-rw-r--r--src/gns/gnunet-gns-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index 4752422dd..46b16c323 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -2200,7 +2200,7 @@ run_httpd (struct MhdHttpList *hd)
2200 haveto = MHD_get_timeout (hd->daemon, &timeout); 2200 haveto = MHD_get_timeout (hd->daemon, &timeout);
2201 2201
2202 if (MHD_YES == haveto) 2202 if (MHD_YES == haveto)
2203 tv.rel_value = (uint64_t) timeout; 2203 tv.rel_value_us = (uint64_t) timeout * 1000LL;
2204 else 2204 else
2205 tv = GNUNET_TIME_UNIT_FOREVER_REL; 2205 tv = GNUNET_TIME_UNIT_FOREVER_REL;
2206 GNUNET_NETWORK_fdset_copy_native (wrs, &rs, max + 1); 2206 GNUNET_NETWORK_fdset_copy_native (wrs, &rs, max + 1);