[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r13589: nick wants this one to compile too. geez. (tor/branches/tor-0_1_2-patches/src/or)
Author: arma
Date: 2008-02-19 17:08:44 -0500 (Tue, 19 Feb 2008)
New Revision: 13589
Modified:
tor/branches/tor-0_1_2-patches/src/or/connection_edge.c
Log:
nick wants this one to compile too. geez.
Modified: tor/branches/tor-0_1_2-patches/src/or/connection_edge.c
===================================================================
--- tor/branches/tor-0_1_2-patches/src/or/connection_edge.c 2008-02-19 22:08:01 UTC (rev 13588)
+++ tor/branches/tor-0_1_2-patches/src/or/connection_edge.c 2008-02-19 22:08:44 UTC (rev 13589)
@@ -1393,7 +1393,7 @@
/* Help predict this next time. We're not sure if it will need
* a stable circuit yet, but we know we'll need *something*. */
- rep_hist_note_used_internal(now, 0, 1);
+ rep_hist_note_used_internal(time(NULL), 0, 1);
if (r==0) {
conn->_base.state = AP_CONN_STATE_RENDDESC_WAIT;