mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
r11631@catbus: nickm | 2007-02-02 15:39:53 -0500
Add missing return statement. svn:r9478
This commit is contained in:
parent
fefba95363
commit
275109d8b0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user