diff options
author | Roger Dingledine <arma@torproject.org> | 2008-02-19 22:08:44 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-02-19 22:08:44 +0000 |
commit | f1b581bface058b5d989c9cbc89e6cb17c296ade (patch) | |
tree | e39dcc958e8aa8122081fd0b4260d75fdda21132 | |
parent | 352824d95f4331a3396e0b78dd0b855324b3cc82 (diff) | |
download | tor-f1b581bface058b5d989c9cbc89e6cb17c296ade.tar.gz tor-f1b581bface058b5d989c9cbc89e6cb17c296ade.zip |
nick wants this one to compile too. geez.
svn:r13589
-rw-r--r-- | src/or/connection_edge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index f513025cca..53313849e1 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -1393,7 +1393,7 @@ connection_ap_handshake_rewrite_and_attach(edge_connection_t *conn, /* 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; |