Skip to content
Snippets Groups Projects
Commit 04c9ae81 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

r13453@kushana: nickm | 2007-06-20 10:01:37 -0400

 Fix a type error in the last checkin.


svn:r10738
parent b5c8a618
No related branches found
No related tags found
No related merge requests found
......@@ -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),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment