mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 22:53:44 +01:00
dns.c:173: warning: control reaches end of non-void function
svn:r7067
This commit is contained in:
parent
163dd78282
commit
d8fc598a2a
@ -168,8 +168,8 @@ dns_init(void)
|
|||||||
#ifdef USE_EVENTDNS
|
#ifdef USE_EVENTDNS
|
||||||
if (server_mode(get_options()))
|
if (server_mode(get_options()))
|
||||||
return configure_nameservers();
|
return configure_nameservers();
|
||||||
return 0;
|
|
||||||
#endif
|
#endif
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t
|
uint32_t
|
||||||
|
Loading…
Reference in New Issue
Block a user