diff options
Diffstat (limited to 'src/or/dns.c')
-rw-r--r-- | src/or/dns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dns.c b/src/or/dns.c index b36f5ed11..e95ce3273 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -243,6 +243,7 @@ dns_reset(void) #else dnsworkers_rotate(); #endif + return 0; } /** Helper: Given a TTL from a DNS response, determine what TTL to give the |