Browse Source

r17612@catbus: nickm | 2008-01-14 13:46:04 -0500
Oops; fix compile


svn:r13131

Nick Mathewson 16 years ago
parent
commit
581ba51c5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/dnsserv.c

+ 1 - 1
src/or/dnsserv.c

@@ -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;
   }