|
@@ -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);
|
|
|
|