aboutsummaryrefslogtreecommitdiff
path: root/src/or/dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/dns.c')
-rw-r--r--src/or/dns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dns.c b/src/or/dns.c
index 5de062caf..c9668f096 100644
--- a/src/or/dns.c
+++ b/src/or/dns.c
@@ -286,6 +286,7 @@ static int dns_find_idle_slave(int max) {
}
assert(0); /* should never get here */
+ return 0;
}
static int dns_assign_to_slave(int from, int to) {