[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r10738: Fix a type error in the last checkin. (in tor/trunk: . src/or)



Author: nickm
Date: 2007-07-05 10:50:13 -0400 (Thu, 05 Jul 2007)
New Revision: 10738

Modified:
   tor/trunk/
   tor/trunk/src/or/dnsserv.c
Log:
 r13453@kushana:  nickm | 2007-06-20 10:01:37 -0400
 Fix a type error in the last checkin.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r13453] on c95137ef-5f19-0410-b913-86e773d04f59

Modified: tor/trunk/src/or/dnsserv.c
===================================================================
--- tor/trunk/src/or/dnsserv.c	2007-07-05 14:50:05 UTC (rev 10737)
+++ tor/trunk/src/or/dnsserv.c	2007-07-05 14:50:13 UTC (rev 10738)
@@ -129,7 +129,7 @@
 
   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),