summaryrefslogtreecommitdiff
path: root/src/or/dnsserv.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-07-05 14:50:13 +0000
committerNick Mathewson <nickm@torproject.org>2007-07-05 14:50:13 +0000
commit04c9ae8164cff586c11a5097899c58bfc8f41c38 (patch)
treea97bf38db5f3509961825f4d88fa84087b4d8ac5 /src/or/dnsserv.c
parentb5c8a6183ac00782c8b5133791ee566c85f8d35f (diff)
downloadtor-04c9ae8164cff586c11a5097899c58bfc8f41c38.tar.gz
tor-04c9ae8164cff586c11a5097899c58bfc8f41c38.zip
r13453@kushana: nickm | 2007-06-20 10:01:37 -0400
Fix a type error in the last checkin. svn:r10738
Diffstat (limited to 'src/or/dnsserv.c')
-rw-r--r--src/or/dnsserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dnsserv.c b/src/or/dnsserv.c
index 06014ce963..268f44a0ea 100644
--- a/src/or/dnsserv.c
+++ b/src/or/dnsserv.c
@@ -129,7 +129,7 @@ evdns_server_callback(struct evdns_server_request *req, void *_data)
connection_add(TO_CONN(conn));
- control_event_stream_status(TO_CONN(conn), STREAM_EVENT_NEW, 0);
+ control_event_stream_status(conn, STREAM_EVENT_NEW, 0);
/* Now, throw the connection over to get rewritten (which will answer it
* immediately if it's in the cache, or completely bogus, or automapped),