mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
r17612@catbus: nickm | 2008-01-14 13:46:04 -0500
Oops; fix compile svn:r13131
This commit is contained in:
parent
3b8f76aa51
commit
581ba51c5c
@ -178,7 +178,7 @@ dnsserv_launch_request(const char *name, int reverse)
|
||||
|
||||
if (connection_add(TO_CONN(conn))<0) {
|
||||
log_warn(LD_APP, "Couldn't register dummy connection for RESOLVE request");
|
||||
evdns_server_request_respond(req, DNS_ERR_SERVERFAILED);
|
||||
/* XXXX020 Answer the controller. */
|
||||
connection_free(TO_CONN(conn));
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user