diff options
Diffstat (limited to 'src/or/dnsserv.c')
-rw-r--r-- | src/or/dnsserv.c | 2 |
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), |