[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r13585: maybe it should compile too. (in tor/trunk: . src/or)
Author: arma
Date: 2008-02-19 16:41:43 -0500 (Tue, 19 Feb 2008)
New Revision: 13585
Modified:
tor/trunk/ChangeLog
tor/trunk/src/or/directory.c
Log:
maybe it should compile too.
Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog 2008-02-19 21:38:27 UTC (rev 13584)
+++ tor/trunk/ChangeLog 2008-02-19 21:41:43 UTC (rev 13585)
@@ -10,7 +10,7 @@
and 0.2.0.19-alpha.
- If we only ever used Tor for hidden service lookups or posts, we
would stop building circuits and start refusing connections after
- 24 hours, since we false believed that Tor was dormant. Reported
+ 24 hours, since we falsely believed that Tor was dormant. Reported
by nwf; bugfix on 0.1.2.x.
o Minor features (performance):
Modified: tor/trunk/src/or/directory.c
===================================================================
--- tor/trunk/src/or/directory.c 2008-02-19 21:38:27 UTC (rev 13584)
+++ tor/trunk/src/or/directory.c 2008-02-19 21:41:43 UTC (rev 13585)
@@ -692,7 +692,7 @@
/* If it's an anonymized connection, remember the fact that we
* wanted it for later: maybe we'll want it again soon. */
if (anonymized_connection && use_begindir)
- rep_hist_note_used_internal(now, 0, 1);
+ rep_hist_note_used_internal(time(NULL), 0, 1);
else if (anonymized_connection && !use_begindir)
rep_hist_note_used_port(time(NULL), conn->_base.port);