From 275109d8b011e4ddd61e559f7b9dc66045dc885b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 2 Feb 2007 20:39:55 +0000 Subject: [PATCH] r11631@catbus: nickm | 2007-02-02 15:39:53 -0500 Add missing return statement. svn:r9478 --- src/or/dns.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/or/dns.c b/src/or/dns.c index b36f5ed111..e95ce32733 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 -- 2.11.4.GIT