Browse Source

maybe it should compile too.

svn:r13585
Roger Dingledine 17 years ago
parent
commit
da7f0315e6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      ChangeLog
  2. 1 1
      src/or/directory.c

+ 1 - 1
ChangeLog

@@ -10,7 +10,7 @@ Changes in version 0.2.0.20-?? - 2008-02-??
       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):

+ 1 - 1
src/or/directory.c

@@ -692,7 +692,7 @@ directory_initiate_command(const char *address, uint32_t addr,
     /* 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);