mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
r16035@catbus: nickm | 2007-10-22 12:31:22 -0400
fix compile svn:r12105
This commit is contained in:
parent
f06ac50d45
commit
25a68907a1
@ -2111,7 +2111,8 @@ directory_handle_command_get(dir_connection_t *conn, const char *headers,
|
||||
else
|
||||
request_type = "/tor/status/?";
|
||||
} else {
|
||||
networkstatus_vote_t *v = networkstatus_get_current_consensus();
|
||||
networkstatus_vote_t *v = networkstatus_get_latest_consensus();
|
||||
time_t now = time(NULL);
|
||||
smartlist_add(dir_fps, tor_memdup("\0\0\0\0\0\0\0\0\0\0"
|
||||
"\0\0\0\0\0\0\0\0\0\0", 20));
|
||||
request_type = deflated?"v3.z":"v3";
|
||||
|
Loading…
Reference in New Issue
Block a user