[or-cvs] r13131: Oops; fix compile (in tor/trunk: . src/or)
nickm at seul.org
nickm at seul.org
Mon Jan 14 19:00:26 UTC 2008
Author: nickm
Date: 2008-01-14 14:00:26 -0500 (Mon, 14 Jan 2008)
New Revision: 13131
Modified:
tor/trunk/
tor/trunk/src/or/dnsserv.c
Log:
r17612 at catbus: nickm | 2008-01-14 13:46:04 -0500
Oops; fix compile
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r17612] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: tor/trunk/src/or/dnsserv.c
===================================================================
--- tor/trunk/src/or/dnsserv.c 2008-01-14 19:00:23 UTC (rev 13130)
+++ tor/trunk/src/or/dnsserv.c 2008-01-14 19:00:26 UTC (rev 13131)
@@ -178,7 +178,7 @@
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;
}
More information about the tor-commits
mailing list